Jump to content
php.lv forumi
  • 0

jquery un IE radios


anonīms

Question

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ī.

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...