Tagged Questions

1
vote
3answers
62 views

How to getElementByClass instead of GetElementById with Javscript?

I'm trying to toggle the visibility of certain DIV elements on a website depending on the class of each DIV. I'm using a basic Javascript snippet to toggle them. The problem is that the script only …
1
vote
4answers
79 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
69 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
3answers
242 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
138 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
1answer
70 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
3answers
187 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
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
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 …
0
votes
1answer
44 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
3answers
78 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
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 …
1
vote
2answers
219 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 with it where the first …
1
vote
1answer
46 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
1answer
65 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 the full height of the …

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