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

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

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