Wuu Posted August 23, 2011 Report Share 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 Link to comment Share on other sites More sharing options...
rATRIJS Posted August 23, 2011 Report Share Posted August 23, 2011 jQuery(function() { jQuery('#best-element-ever').click(function() { alert('OMG'); }); }); Quote Link to comment Share on other sites More sharing options...
anonīms Posted August 24, 2011 Report Share Posted August 24, 2011 this.blur(); this.focus(); ? Quote Link to comment Share on other sites More sharing options...
daGrevis Posted August 24, 2011 Report Share Posted August 24, 2011 $(this), ne this. Un vispār... Mans mīļākais kods... that = $(this); Quote Link to comment Share on other sites More sharing options...
codez Posted August 24, 2011 Report Share Posted August 24, 2011 Loģiski, ka neies, kodā trūkst vesela kaudze noslēdzošo iekavu. Quote Link to comment Share on other sites More sharing options...
anonīms Posted August 26, 2011 Report Share Posted August 26, 2011 daGrevis, a iet tāpat :) Quote Link to comment Share on other sites More sharing options...
daGrevis Posted August 26, 2011 Report Share Posted August 26, 2011 Ne vienmēr. Man vienreiz negāja! :D Quote Link to comment Share on other sites More sharing options...
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.