Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
2 answers
628 views

jQuery multiple dynamically created slide down DIV's all open at once

I have some slide down boxes that are being created dynamically as shown in the PHP snippet below. At the moment when you click the title to drop down it opens every div as you can see in the fiddle ...
Amesey's user avatar
  • 852
3 votes
3 answers
138 views

trouble in jQuery click event

I have following HTML markup. <div id="toppanel"> <div id="panel" style="display: none;"> <div class="content clearfix"> <div class="clear"></div>...
Dipesh Parmar's user avatar
0 votes
1 answer
233 views

jQuery setTimeOut function not working

So the page starts with <div id="show-quick-cart-zone"></div> At the top of the page I use the load command script: $('#show-quick-cart-zone').load('/loadbalance/quickcart'); This then ...
TheBlackBenzKid's user avatar
1 vote
3 answers
163 views

jQuery click one DIV and hide all other DIVS detect

I have a ticket system on my site. There are several divs which show the original ticket and then sub hidden divs nested between these divs which show the customer and staff interaction. I want to ...
TheBlackBenzKid's user avatar
1 vote
3 answers
334 views

Javascript handling multiple IDs

I'm completely new in javascript. The problem is, I have multiple textarea and div which 'echo'-ed out via PHP with ID (for example textarea_1,textarea_2...), and I wanna do something like, when the ...
Zhi Rui's user avatar
  • 1,063
0 votes
3 answers
312 views

I need stop slideUp in jquery

i write this code , it make a slideUp for me now I need when mouse over stop slide up regard $(document).ready(function () { $('#ticker_02').mouseover(function() { //I NEED THIS CODE }) }); ...
Mr-EsSi's user avatar
  • 60
3 votes
2 answers
933 views

jQuery .slideUp problem

The .slideDown is working fine. When the link is clicked a second time, the .slideDown animation occurs again instead of the .slideUp. Please give me a hand. Thanks. $(document).ready(function() { ...
Andrew's user avatar
  • 123