I cant hide divs which has spesific class with Jquery

0 votes

I changed my code to below code but this code doesnt make anything, no changing, no displaying:

jQuery(function ($) {
if( $(".ea-standard form div").hasClass("disabled") ){
        alert($(".ea-standard form div").hasClass("disabled"));
    $('.disabled').hide();
    } } );
jQuery(function ($) {
$(".ea-standard form div.disabled").alert($(".ea-standard form div").hasClass("disabled"));
    } );
jQuery(function ($) {
$(".ea-standard form div.disabled").hide();
    } );

why?


I have a form and when you select an option on a selectable list, other selectable lists on the form get ".disabled" form.But the disabled class doesnt disable them.

to disabled other selectable lists, I want to hide all things which has ".disable" class.

to make this, I wrote this code:

jQuery(function ($) {
    $(".ea-standard form div").hasClass(("disabled") => {
        alert($(".ea-standard form div").hasClass("disabled"));
    $('.disabled').hide();
    });
});

I want to check all form div and if any div get ".disabled" class in anytime, hide it suddenly.

but my js code editor says:

Expected an identifier and instead saw "disabled" . for this line:

$(".ea-standard form div").hasClass(("disabled") => {
how to solve?

Jul 20, 2022 in Web Development by gaurav
• 23,260 points
170 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Web Development

0 votes
1 answer

How to hide a div with jQuery?

We hide the divs by adding a CSS ...READ MORE

answered Jun 27, 2022 in Web Development by rajatha
• 7,640 points
269 views
0 votes
0 answers

How can I get form data with JavaScript/jQuery?

Is there a simple, one-line way to ...READ MORE

Jun 29, 2022 in Web Development by gaurav
• 23,260 points
2,201 views
0 votes
0 answers

jQuery exclude elements with certain class in selector

I want to setup a click event ...READ MORE

Jul 20, 2022 in Web Development by gaurav
• 23,260 points
977 views
0 votes
0 answers

How can I specify Google map with driving direction in jQuery mobile

I have done a Google Maps based ...READ MORE

Jul 20, 2022 in Web Development by gaurav
• 23,260 points
359 views
0 votes
0 answers

return null with query string whtn i use ajax-jquery

this is my jquery code: <script type="text/javascript"> ...READ MORE

Jul 21, 2022 in Web Development by gaurav
• 23,260 points
622 views
0 votes
0 answers

return null with query string whtn i use ajax-jquery

this is my jquery code: <script type="text/javascript"> ...READ MORE

Jul 22, 2022 in Web Development by gaurav
• 23,260 points
422 views
0 votes
1 answer

How to use jquery with asp.net ajax?

If you weren't aware, Microsoft is planning ...READ MORE

answered Oct 15, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
538 views
0 votes
1 answer

Is 'sparkline' a method?

I suggest you to check 2 things That jquery.sparkline.js is actually ...READ MORE

answered Nov 9, 2018 in Apache Spark by Frankie
• 9,830 points
1,011 views
0 votes
1 answer

What is jQuery?

Hey, jQuery is a fast and concise JavaScript ...READ MORE

answered Feb 14, 2020 in JQuery by kartik
• 37,510 points
1,002 views
0 votes
1 answer

Error: Global Variable is not accessable to local function

Hey kartik, A variable declared outside a function has a ...READ MORE

answered Feb 19, 2020 in PHP by Niroj
• 82,880 points
854 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP