How to create jQuery plugin? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 22

How to create jQuery plugin?

How to create jQuery plugin?

15th Mar 2018, 8:20 PM
Salif Mehmed 🇹🇷🇧🇬
Salif Mehmed  🇹🇷🇧🇬 - avatar
8 Answers
27th Mar 2018, 5:17 PM
Nikolay Nachev
Nikolay Nachev - avatar
+ 22
I want to create my own jQuery plugin. How can I start?
15th Mar 2018, 8:51 PM
Salif Mehmed 🇹🇷🇧🇬
Salif Mehmed  🇹🇷🇧🇬 - avatar
27th Mar 2018, 5:21 PM
Nikolay Nachev
Nikolay Nachev - avatar
15th Mar 2018, 8:54 PM
Chalza
Chalza - avatar
+ 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.
15th Mar 2018, 9:31 PM
John Wells
John Wells - avatar
+ 3
What’s a jQuery plugin for you ?
15th Mar 2018, 8:33 PM
Chalza
Chalza - avatar
+ 2
What do you mean? You can add jquery using the src attribute in script and then use it in applications.
15th Mar 2018, 8:28 PM
Ariela
Ariela - avatar
+ 1
create a js file and link it with your webpage in <script>
7th May 2018, 7:40 AM
Anis Charoliya
Anis Charoliya - avatar