ProThemesWP jQuery Shortcode – WordPress plugin Free download
ProThemesWP jQuery Shortcode
Description
Easily add jQuery (and/or javascript) inline in your posts, pages and custom posts using a shortcode.
Here is an example of the shortcode called [jquery] in use.
[jquery]
$( ‘#button’ ).click( function() {
alert( ‘button clicked’ );
}
);
[/jquery]
You can place any javascript within the [jquery]…[/jquery] shortcode – not just jQuery.
If you have any questions, please don’t hesitate to create a new topic on the WordPress forum.
Installation
Just install and activate ProThemesWP jQuery Shortcode on your plugins page. You can now use the shortcodes [jquery] within your posts, pages and custom posts.