jQuery Plugins and Demos

jQuery Plugins and Demos Plugins BlockUI Plugin (Updated 29-MAR-2010) Simulate synchronous ajax by blocking – not locking – the UI. Corner plugin (Updated 11-MAR-2010) Rounded corners without images. Plus lots of other corner adornments. Cycle Plugin (Updated 05-APR-2010) Image or text slideshows with numerous transition options. Feeds Plugin (Updated 11-MAY-2007) A jQuery wrapper for the …

Open a modal window from a Flash movie

AS1 / AS2 In the action of your flash button, you have to execute this code: getURL(“javascript:$.nyroModalManual({url:’YOUR URL’});”); AS3 In the action of your flash button, you have to execute this code: ExternalInterface.call(“$.nyroModalManual({url:’YOUR URL’})”); http://nyromodal.nyrodev.com/wiki/index.php/Open_a_modal_window_from_a_Flash_movie

How to Load In and Animate Content with jQuery

http://net.tutsplus.com/tutorials/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/ Author: James Padolsey I’m a freelance web developer based in Hampton, UK. I write about and enjoy front-end web development. Most of what I write focuses on my favorite topic, JavaScript! To read my blog or find out more about me please visit my site!