Thanks.
On Nov 18, 1:50 pm, Charlie Griefer wrote:
> You're missing a $ on this line:
>
> ('#id_status').change(function() {
>
> Change to:
>
> $('#id_status').change(function() {
>
> unsolicited word of advice... run firebug :)
>
>
>
I am trying to have a div show and hide based on the value of a select
list. I have looked at a number of examples, but can't seem to get it
to work. Would appreciate someone taking a look at what I have and
giving me any advice.
$(document).ready(function() {
$('div.textfield1').hide();
I am adding a lightbox script that has images for the buttons. I will
want to use this script in more than one location, so I want to put
the scripts and the images in a central location. The script calls for
the images to be in the same folder that is calling the script, and I
want the images to
I am trying to create a script that will display content based on if a
radio button is selected, and if the other is selected would hide the
content. Now, each of these radio buttons are part of a radio group,
so their names are the same. Most examples show input:radio
[...@name=item] Since I have
I want to make is so that if I select one radio button, it will
display checkboxes, and if I select the other, it will hide the
checkboxes. One radio button says select all, which would hide, and
the other is Choose what to select, which would disclose the
checkboxes. If I have
$(document).ready(
5 matches
Mail list logo