Wuu Posted August 23, 2011 Report Posted August 23, 2011 $(document).ready(function() { $("a.fancyrame").click(function() {.... Nestrādāja click funkcija uz Opera un IE, updeitoju jqery un sāka strādāt ari uz Operas, bet uz IE joprojām nestrādā. Nav lemts? Quote
rATRIJS Posted August 23, 2011 Report Posted August 23, 2011 jQuery(function() { jQuery('#best-element-ever').click(function() { alert('OMG'); }); }); Quote
daGrevis Posted August 24, 2011 Report Posted August 24, 2011 $(this), ne this. Un vispār... Mans mīļākais kods... that = $(this); Quote
codez Posted August 24, 2011 Report Posted August 24, 2011 Loģiski, ka neies, kodā trūkst vesela kaudze noslēdzošo iekavu. Quote
daGrevis Posted August 26, 2011 Report Posted August 26, 2011 Ne vienmēr. Man vienreiz negāja! :D Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.