1
vote
4answers
67 views
How can I programmatically flip the value of an element attribute using JQuery?
Hello,
I'm just starting to get into JQuery so I apologize in advance if this is a simple question.
I'm working with the A List Apart article on Print Previews to try to get live Print Previews in …
0
votes
3answers
65 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
201 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
81 views
Toggle divs for open/close with Derek Perez PageSlide
Hi,
I'm trying to use Derek Perez PageSlide Plugin for jQuery in a Wordpress site. Default beahaviour is a link to open it, and click anywhere else on the page to close it.
I would like to toggle …
0
votes
1answer
61 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
116 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
166 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
41 views
checkbox / div toggle
$(".trigger").click(function () {
$(this).next(".toggle").slideToggle("fast");
$(this).toggleClass("active");
return false
});
HTML:
<input type="checkbox" class="trigger">
<div …
3
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 successfully completes the …
0
votes
1answer
43 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
53 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
77 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 …
