Tagged Questions

0
votes
3answers
63 views

Javascript Toggling

Hiya, I'm trying to get a toggle effect but not quite sure how to do it or what to look for. (i jave Jquery loaded). assume html similar to <table class="left-dates"> …
0
votes
0answers
18 views

HTML on Flash/Flash on HTML Toggle

HTML on Flash/Flash on HTML Toggle Hi. Does anyone know a Javascript API or some good way to launch HTML over Flash and then when the user interacts with the flash part it becomes Flash on HTML. It …
0
votes
3answers
183 views

jQuery toggle/vertical slider effect with multiple Divs

Hi, Actually, I am new to jQuery and I am writting a sample page with jQuery functions. In this page I am making use of toggle function. Please help me to get the intended effect. I am trying to get …
0
votes
1answer
54 views

jQuery flexible hide/show of fieldsets

I want to enhance some fieldsets with the option to show / hide their contents upon clicking their label. Currently, the HTML looks like this: <fieldset> <legend>Fieldset …
0
votes
1answer
103 views

jquery: Toggle class on mouseover/mouseout of element, but keep class if click inside element?

Hi, suspect I'm trying to be too clever for my own good with this one! I'm working on a jQuery plugin function that will toggle a class on/off on an element when you hover in/out, but doesn't remove …
0
votes
3answers
152 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 get them to pop open. …
0
votes
1answer
35 views

checkbox / div toggle

$(".trigger").click(function () { $(this).next(".toggle").slideToggle("fast"); $(this).toggleClass("active"); return false }); HTML: <input type="checkbox" class="trigger"> <div …
0
votes
1answer
38 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 off and the one I …
0
votes
2answers
52 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 call (sliding / …
0
votes
3answers
41 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 title attribute like …
0
votes
3answers
76 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 background color and …
0
votes
0answers
18 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 cookie value assigned to …
0
votes
2answers
64 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>some text</p> …
1
vote
1answer
45 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 of top content. I …
0
votes
3answers
113 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 the checkbox. If the …

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