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 -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -