Tagged Questions

0
votes
4answers
46 views

Trying to toggle multiple DIV’s with Jquery

Hello All, 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 ge …
0
votes
1answer
19 views

checkbox / div toggle

$(".trigger").click(function () { $(this).next(".toggle").slideToggle("fast"); $(this).toggleClass("active"); return false }); HTML: <input type="checkbox" class="trigg …
2
votes
3answers
4k views

jQuery Toggle State

Here's the quick and skinny of my issue: $("a").toggle(function() { /*function A*/ }, function() { /*function B*/ }); Inside function A a form is displayed. If the user successf …
0
votes
1answer
22 views

jQuery toggle effects ‘flashing entire page’ in certain cases.

I have a page that may have 10 or so editable 'panels' of information. To enable editing, I create a new DIV, load content via AJAX then toggle the divs (the one showing toggles of …
0
votes
2answers
26 views

jquery: .toggle(switch) with effect?

i like the jquery.toggle(switch) function as i can do the following in one line; $('.mytable').toggle(checkboxes[0].checked); However i cant seem to integrate effects into this …
0
votes
3answers
37 views

How to correct a jQuery syntax error?

I'm trying to update a Total: (span.wrap p span) field at the bottom of a form using jQuery. I have a few checkboxes, each of which has an associated price contained within the ti …
0
votes
3answers
41 views

Toggle the Background Color between two links to show which is active using jquery and css?

(Jquery) I have two divs that I'm toggling back and forth (show and hide) between on my page using a link to each. I want the link that is clicked on to change to a highlighted bac …
0
votes
0answers
11 views

motionpack.js remember state with cookie?

Hi there, I'm currently using Harry Maugans's motionpack.js toggle javascript file in order to collapse divs. I'd like to know if it's possible to put it so that there is a cooki …
0
votes
4answers
272 views

How to make it smoother with toggle (’slow’)

I have the following code which works but it becomes a bit jumpy at the end of each toggle action. Will it be smoother if I toggle the paragraph? I am trying to get the paragraph …
0
votes
2answers
52 views

jQuery toggle on each?

im using jquery to toggle some paragraphs. its pretty easy with just one paragraph but say i have a very generic setup. the second paragraph is initially hidden with css. <p&gt …
1
vote
1answer
39 views

How to toggle number of rows with jquery?

I want to add Toggle show-rows like Google analytics top content. At the bottom of Google analytics top content, there is a dropdown option to select 20, 50 etc to toggle number o …
0
votes
3answers
58 views

jQuery checkbox not checking

I have a form setup so that when you check a checkbox, the relevant UL will expand showing more options based on the choice. It works, but only when the user clicks the label of th …
0
votes
1answer
41 views

Jquery - slideDown with existing height.

If i have a div with a class that sets the height 100px, and overflow:hidden (effectively a preview of it's contents), how can i incorporate the 'slideDown()' method to slide to th …
1
vote
2answers
127 views

Toggle between two classes in jQuery

I'm trying to modify the icons for the jQuery UI portlets. Rather than have a plus to minimize and a minus to expand, I wanted to switch them. I've only had limited success wit …
0
votes
0answers
87 views

Prototype / Accordian using images within <div class=”accordion-toggle”>

Heyas, The problem I'm experiencing; Using Prototype with Accordion I'm having problems using images within the . I'm extremely unfamiliar with jscript and web concepts so I thou …

1 2 3 4 5 6 next
15 30 50 per page