Content

a web developer' s kung fu…

getMovingJQuery

A JQuery WordPress Plugin:
This WordPress Plugin provides a very easy way to load jQuery and jQuery UI with the basic CSS theme layout from Google CDN without using your traffic. It turns your blog into a full featured JQuery and JQuery UI WordPress blog.

Javascript example Code:


function invokeDemo(){
	$(this).parents('div:first').animate({ 
		width: ['toggle', 'swing'], 
		height: ['toggle', 'swing'], 
		opacity: 'toggle' }, 5000, 'linear', function() { 
			$(this).after(' <div>Animation complete.</div> <p>').dialog({'modal':true,title:'JQuery ON','width':600,'height':400}); 
	});
}


HTML example Code:
<a href="javascript:void(0);" onclick="invokeDemo();">Try it.</a>
Do you want to know more? Try it. How Does it Work? WordPress Plugin Dowload
Tagged: » » » »

Talkback x 3

  1. jo
    22 July 2010 @ 5:16 pm

    In fact, a nice way to quickly implement some JQuery examples.
    Thanks for sharing this!

  2. paula
    22 July 2010 @ 5:57 pm

    I like it. its easy and works for me.

  3. dan
    25 February 2011 @ 11:31 am

    This the way I like. Installed, activated and it works like a charm.

    Nice idea to load Javascript library from CDN.

    I definitely will never uninstall this plugin! (:

Share your thoughts

Re: getMovingJQuery







Tags you can use (optional):
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>