jquery events

jQuery Events Example $(function(){ $('#vstar') .bind('click',function(event) { say('Whee once!'); }) .bind('click',function(event) { say('Whee twice!'); }) .bind('click',function(event) { say('Whee three times!'); }); }); function say(text) { $('#console').append(''+text+''); }
Wyszukiwarka

Podobne podstrony:
dom 2 events
Events
events
EventSample csproj FileListAbsolute
jQuery Tworzenie animowanych witryn internetowych jqtwan
Story Wine Tasting A Guide to Wine Tasting Events
jQuery
JQuery Poradnik programisty jquepp
Automatic, periodic and timed events
function mcal list events
jQuery cwiczenia praktyczne
nano x events

więcej podobnych podstron