How to use else if with in else if in jquery?









up vote
-3
down vote

favorite












am using if loop for jquery. everything working perfectly except one else if.. I have mentioned that block. My loop structure is,



$(document).ready(function()
if($.browser.mozilla)
if($('div').hasClass('js-form-item-panes-delivery-select-address'))
$('div#uc-address-panes-delivery-zone-wrapper').css('top','596px !important');




else if ( $.browser.webkit )
if($('div').hasClass('js-form-item-panes-delivery-select-address'))
$('div#uc-address-panes-delivery-zone-wrapper').css('top','547px');


else if ($('div').hasClass('.messages.messages--error'))
$('details#quotes-pane').css('color','green');



else


);









share|improve this question



















  • 3




    You need to mention the actual conditions if you want us to understand what is going on and help.
    – Gabriele Petrioli
    22 hours ago










  • I assume you've simplified your code for the purpose of this question, but you may have gone a little too far. That code looks like it will work, as written, so the problem is probably trusted to the surgical conditions you're checking. Can you share those?
    – David Thomas
    22 hours ago










  • It seems true could you share more detail?
    – shaghayegh sheykholeslami
    21 hours ago















up vote
-3
down vote

favorite












am using if loop for jquery. everything working perfectly except one else if.. I have mentioned that block. My loop structure is,



$(document).ready(function()
if($.browser.mozilla)
if($('div').hasClass('js-form-item-panes-delivery-select-address'))
$('div#uc-address-panes-delivery-zone-wrapper').css('top','596px !important');




else if ( $.browser.webkit )
if($('div').hasClass('js-form-item-panes-delivery-select-address'))
$('div#uc-address-panes-delivery-zone-wrapper').css('top','547px');


else if ($('div').hasClass('.messages.messages--error'))
$('details#quotes-pane').css('color','green');



else


);









share|improve this question



















  • 3




    You need to mention the actual conditions if you want us to understand what is going on and help.
    – Gabriele Petrioli
    22 hours ago










  • I assume you've simplified your code for the purpose of this question, but you may have gone a little too far. That code looks like it will work, as written, so the problem is probably trusted to the surgical conditions you're checking. Can you share those?
    – David Thomas
    22 hours ago










  • It seems true could you share more detail?
    – shaghayegh sheykholeslami
    21 hours ago













up vote
-3
down vote

favorite









up vote
-3
down vote

favorite











am using if loop for jquery. everything working perfectly except one else if.. I have mentioned that block. My loop structure is,



$(document).ready(function()
if($.browser.mozilla)
if($('div').hasClass('js-form-item-panes-delivery-select-address'))
$('div#uc-address-panes-delivery-zone-wrapper').css('top','596px !important');




else if ( $.browser.webkit )
if($('div').hasClass('js-form-item-panes-delivery-select-address'))
$('div#uc-address-panes-delivery-zone-wrapper').css('top','547px');


else if ($('div').hasClass('.messages.messages--error'))
$('details#quotes-pane').css('color','green');



else


);









share|improve this question















am using if loop for jquery. everything working perfectly except one else if.. I have mentioned that block. My loop structure is,



$(document).ready(function()
if($.browser.mozilla)
if($('div').hasClass('js-form-item-panes-delivery-select-address'))
$('div#uc-address-panes-delivery-zone-wrapper').css('top','596px !important');




else if ( $.browser.webkit )
if($('div').hasClass('js-form-item-panes-delivery-select-address'))
$('div#uc-address-panes-delivery-zone-wrapper').css('top','547px');


else if ($('div').hasClass('.messages.messages--error'))
$('details#quotes-pane').css('color','green');



else


);






jquery






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 17 hours ago

























asked 22 hours ago









swetha

268




268







  • 3




    You need to mention the actual conditions if you want us to understand what is going on and help.
    – Gabriele Petrioli
    22 hours ago










  • I assume you've simplified your code for the purpose of this question, but you may have gone a little too far. That code looks like it will work, as written, so the problem is probably trusted to the surgical conditions you're checking. Can you share those?
    – David Thomas
    22 hours ago










  • It seems true could you share more detail?
    – shaghayegh sheykholeslami
    21 hours ago













  • 3




    You need to mention the actual conditions if you want us to understand what is going on and help.
    – Gabriele Petrioli
    22 hours ago










  • I assume you've simplified your code for the purpose of this question, but you may have gone a little too far. That code looks like it will work, as written, so the problem is probably trusted to the surgical conditions you're checking. Can you share those?
    – David Thomas
    22 hours ago










  • It seems true could you share more detail?
    – shaghayegh sheykholeslami
    21 hours ago








3




3




You need to mention the actual conditions if you want us to understand what is going on and help.
– Gabriele Petrioli
22 hours ago




You need to mention the actual conditions if you want us to understand what is going on and help.
– Gabriele Petrioli
22 hours ago












I assume you've simplified your code for the purpose of this question, but you may have gone a little too far. That code looks like it will work, as written, so the problem is probably trusted to the surgical conditions you're checking. Can you share those?
– David Thomas
22 hours ago




I assume you've simplified your code for the purpose of this question, but you may have gone a little too far. That code looks like it will work, as written, so the problem is probably trusted to the surgical conditions you're checking. Can you share those?
– David Thomas
22 hours ago












It seems true could you share more detail?
– shaghayegh sheykholeslami
21 hours ago





It seems true could you share more detail?
– shaghayegh sheykholeslami
21 hours ago













1 Answer
1






active

oldest

votes

















up vote
0
down vote













First problem
You must add close tag
At the end of your code
  );
I checked you code work fine
But if the problem is in logic
Please enter values for checking






share|improve this answer








New contributor




Majdi Mohammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

















    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53237183%2fhow-to-use-else-if-with-in-else-if-in-jquery%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    First problem
    You must add close tag
    At the end of your code
      );
    I checked you code work fine
    But if the problem is in logic
    Please enter values for checking






    share|improve this answer








    New contributor




    Majdi Mohammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      0
      down vote













      First problem
      You must add close tag
      At the end of your code
        );
      I checked you code work fine
      But if the problem is in logic
      Please enter values for checking






      share|improve this answer








      New contributor




      Majdi Mohammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.



















        up vote
        0
        down vote










        up vote
        0
        down vote









        First problem
        You must add close tag
        At the end of your code
          );
        I checked you code work fine
        But if the problem is in logic
        Please enter values for checking






        share|improve this answer








        New contributor




        Majdi Mohammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        First problem
        You must add close tag
        At the end of your code
          );
        I checked you code work fine
        But if the problem is in logic
        Please enter values for checking







        share|improve this answer








        New contributor




        Majdi Mohammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        share|improve this answer



        share|improve this answer






        New contributor




        Majdi Mohammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 18 hours ago









        Majdi Mohammad

        1




        1




        New contributor




        Majdi Mohammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        Majdi Mohammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        Majdi Mohammad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53237183%2fhow-to-use-else-if-with-in-else-if-in-jquery%23new-answer', 'question_page');

            );

            Post as a guest














































































            這個網誌中的熱門文章

            Barbados

            How to read a connectionString WITH PROVIDER in .NET Core?

            Node.js Script on GitHub Pages or Amazon S3