How would I implement jquery into my existing dropdown listings

General Tech Bugs & Fixes 2 years ago

0 1 0 0 0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating

Posted on 16 Aug 2022, this text provides information on Bugs & Fixes related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.

Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.

tuteehub_quiz

Answers (1)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 2 years ago

 

I want to implement this jquery into my existing dropdown list. The one I want to intergrate is https://codepen.io/Carike/pen/QyEQeN

Ive placed this code into my template and its working fine. But I just would want to integrate with my own dropdown. How would I do that?

Here's my Code:

<div class="col-12 col-md-4 col-lg-3">
 <div class="form-group">
   class="form-control" id="governorate" name="governorate">

    selected="true" disabled="disabled">{% trans 'Governorate' %}

    value="{{ governorate.name_ar }}"  data-governorate="{{governorate.id}}">{{ governorate.name_ar }}

  
  div>
 div>

Here's the actual code I want to integrate its functionalities with my tags.

<div>
  class="dropdown">
  
  • href="#">Kinda Tall Menu class="sub_menu">
  • href="#">Artificial Turf
  • href="#">Benches &amp; Bleachers
  • href="#">Communication Devices
  • href="#">Dugouts
  • href="#">Fencing &amp; Windscreen
  • href="#">Floor Protectors
  • href="#">Foul Poles
  • href="#">Netting
  • href="#">Outdoor Furniture &amp; Storage
  • div>

    Basically, my code is just retreiving the data and listing them on the basis of the feilds mentioned there such as governorate.name_ar. It is listing all the governorate names in a listing form or dropdown. I just want to have the same functionality into my listings.

    Thank you in advance :D

    No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.