Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7060901
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:24:31+00:00 2026-05-28T04:24:31+00:00

onI have the following html structure: <div> <ul> <li class=gravity-form></li> <li class=gravity-form-divider></li> </ul> </div>

  • 0

onI have the following html structure:

<div>
<ul>
    <li class="gravity-form"></li>
    <li class="gravity-form-divider"></li>
</ul>
</div>
<div>
<a href="#" class="btn enquire"></a>
</div>

With a click on ‘a.btn.enquire’ I’d like the following to happen; invoke slideToggleClass on li.gravity-form followed by ToggleClass on li.gravity-form-divider. Something along the lines of:

$('a.btn.enquire').bind('click' , function(event){
$(this).prevUntil('ul').next(li.gravity-form').slideToggle();
return false;
)};

Any thgoughts how to go about this?

Many thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T04:24:32+00:00Added an answer on May 28, 2026 at 4:24 am

    I dont exactly sure why exactly you want to do like that but i am changing the code to work as you are expecting:

    $('a.btn.enquire').live('click' , function(event){
      $(this).parent().prev().find('li.gravity-form').slideToggle(function(){
            $(this).next('li.gravity-form-divider').slideToggle();
        });
    });
    

    example : http://jsfiddle.net/SpU8y/2/

    Start using on instead of bind since it is deprecated in jquery 1.7

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following structure in a form: <div class='full'> <div class='half'> <label>Book</label> <select
In a new project I am working on I have the following dir structure:
I have a database-table with the following structure: id1 | id2 | weight Now
I have following form example: LIVE DEMO It is running on jNice(full script): uncompressed
I have the following defined at the top of my XAML: <controls:ChildWindow x:Class=MyProject.SilverlightUI.Views.CharacterGenerator xmlns:my=clr-namespace:MyProject.SilverlightUI.ViewModels
I have the following schema: Database: test. Table: per_login_user, Field: username (PK), password Database:
I have following tables: Profiles: ProfileID (Primary Key) ProfileName, etc. Contacts: ContactID (Primary Key)
I have the following five tables: ISP Product Connection AddOn AddOn/Product (pivot table for
Lets say I have the following ruby definition at the topmost level callable =
I have the following prepared statement: $sql = PREPARE stmt_name FROM 'SELECT I.item_id, I.name

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.