![]() | | ||||||||
| | #1 |
| HyperActive Warrior Join Date: Aug 2008
Posts: 197
Thanks: 1
Thanked 11 Times in 5 Posts
|
Would it be illegal to make a plugin for wordpress that has jQuery? For example, the post list tabs or features gallery?
|
| | |
| | #2 |
| HyperActive Warrior Join Date: Jul 2007 Location: , , USA.
Posts: 187
Thanks: 0
Thanked 1 Time in 1 Post
|
What does this have to do with jQuery? You can make whatever plugin you want that has jQuery in it. Commercial or not. |
| Felecan - Innovative Web Solutions For Small and Mid-size Companies!
| |
| | |
| | #3 |
| PHP Author and Programmer War Room Member Join Date: Jul 2002 Location: Turlock, CA, USA.
Posts: 4,024
Blog Entries: 82 Thanks: 28
Thanked 227 Times in 46 Posts
|
You can make a WP plugin that uses jQuery, in fact, you can do: <?php wp_enqueue_script('jquery'); ?> And not even have to include jQuery yourself, it uses the jQuery bundled with WordPress. Just make sure you use your selectors like jQuery('something') instead of $('something') to avoid conflicts with scriptaculous. |
| | |
| | |
![]() |
|
| Tags |
| jquery, question |
| Thread Tools | |
| |
![]() |