Tagged Questions

2
votes
3answers
119 views

showing hidden div with jquery

I want to display a div content with jquery if a button is pressed. For example, <button id="b1">Show text</button> if the button is pressed then show this text div. <div ...
1
vote
1answer
38 views

Jquery UI slideUp and slideDown

I am busy to show and hide some boxes with a click on a button. It is working well but i must click 2 times the first time i want to hide a box? This is my JS code: $(function() { $('.title ...
0
votes
3answers
1k views

Trying to toggle multiple DIV's with Jquery

I have been trying to get this function to work for awhile now. I have 11 different divs that are hidden by default. Each have a "trigger" button that is supposed to get them to pop open. I was able ...