=== ProThemesWP jQuery Shortcode === Contributors: prothemeswp Tags: javascript, jquery, javascript shortcode, jquery shortcode, inline javascript, inline jquery Requires at least: 4.0 Tested up to: 5.3 Stable tag: 1.1 Copyright: (c) prothemeswp 2019 Add jQuery (and/or javascript) to your posts using a shortcode e.g. [jquery]$('p').css('background','blue');[/jquery]. == 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. == Screenshots == 1. Editing the shortcode in TinyMCE. == Changelog == = 1.0 = * First release