anonīms Posted May 2, 2011 Report Share Posted May 2, 2011 Vai ir iespējams tāds variants, ka uz IE8 checkbox strādā otrādi? $('#uc-cart-checkout-form input:radio').change(function(){ if ($(this).val() == 'juridiska') { //alert('juridiska'); $('.fieldset-wrapper fieldset:last').show(); $('.last_div:last').show(); } else { //alert('fiziskas'); $('.fieldset-wrapper fieldset:last').hide(); $('.last_div:last').hide(); } }); respektīvi iespiežot jebko, viss notiek ačgāni. alerts arī. Quote Link to comment Share on other sites More sharing options...
0 briedis Posted May 2, 2011 Report Share Posted May 2, 2011 Kā tieši izpaužas ačgārnums? Varbūt nodemonstrē - http://jsfiddle.net/ Quote Link to comment Share on other sites More sharing options...
0 anonīms Posted May 2, 2011 Author Report Share Posted May 2, 2011 (edited) kkas tāds, bet laikam neiet, jo jquery nav. http://jsfiddle.net/9qr6Z/ http://norman.walsh.name/2009/03/24/jQueryIE mans gadījums. Vēl nav sanācis izlasīt, bet varbūt kāds jau pēc pieredzes var pateikt. Edited May 2, 2011 by anonīms Quote Link to comment Share on other sites More sharing options...
0 anonīms Posted May 2, 2011 Author Report Share Posted May 2, 2011 this.blur(); this.focus(); Quote Link to comment Share on other sites More sharing options...
0 briedis Posted May 2, 2011 Report Share Posted May 2, 2011 (edited) Lieto .click eventu. Edited May 2, 2011 by briedis Quote Link to comment Share on other sites More sharing options...
0 Maris-S Posted May 2, 2011 Report Share Posted May 2, 2011 Pamēģini sataisīt vienalga ko ar radio buttoniem tikai neizmantojot jquery, tā pārliecināsies vai patiešām IE8 kaut ko dara nepareizi. Quote Link to comment Share on other sites More sharing options...
Question
anonīms
Vai ir iespējams tāds variants, ka uz IE8 checkbox strādā otrādi?
respektīvi iespiežot jebko, viss notiek ačgāni. alerts arī.
Link to comment
Share on other sites
5 answers to this question
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.