Launch event on first click jQuery -



Launch event on first click jQuery -

is there possibility in jquery add together event e.g alert('hi'); first click ?

yes, may utilize one binding function :

myelement.one('click', function() { alert('hi'); });

jquery

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

How do you set up a perforce server to work over the internet? -

ios - Lagging ScrollView with UIWebview inside -