+ 22
How to create jQuery plugin?
How to create jQuery plugin?
8 Respostas
+ 22
I want to create my own jQuery plugin. How can I start?
+ 13
A simple datepicker:
https://code.sololearn.com/WTwldN42liMM/?ref=app
+ 4
An « extension library » you mean ? http://blog.npmjs.org/post/111475741445/publishing-your-jquery-plugin-to-npm-the-quick
+ 4
If you wish to replace jQuery with your own or extent it, I suggest your first step is to read it to see how it works. It is just JavaScript code same as anything you write. However, they do things I would never of thought of to make it work like it does.
+ 3
What’s a jQuery plugin for you ?
+ 2
What do you mean? You can add jquery using the src attribute in script and then use it in applications.
+ 1
create a js file and link it with your webpage in <script>