rufus:
06-11-2009, 03:43 PM
hey guys, iv been doing this new site for my uncle and i want to toggle the text box on the page to show and hide the picture behind. iv been stuck on this for ages and im getting a bit frustrated so i wondered if anyone can help!
the web address is (for the time being) www.yunitube.co.uk
i hope someone can shed some light for me. i have used this bit of simple code as well as referring to the jquery library at the start of the page:
$(document).ready(function() {
$("#v_toggle").click(function() {
$("#vertical_slide").toggle();
});
});
for some reason i cant get it to work. basically, i would like the user to click the question mark on the page and it shows and hides the text box.. ok im repeating myself now.
im not really sure if it is a problem with the jquery, or i have done something naughty that the css doesnt like...
i dont know!
please help!
THANKS
the web address is (for the time being) www.yunitube.co.uk
i hope someone can shed some light for me. i have used this bit of simple code as well as referring to the jquery library at the start of the page:
$(document).ready(function() {
$("#v_toggle").click(function() {
$("#vertical_slide").toggle();
});
});
for some reason i cant get it to work. basically, i would like the user to click the question mark on the page and it shows and hides the text box.. ok im repeating myself now.
im not really sure if it is a problem with the jquery, or i have done something naughty that the css doesnt like...
i dont know!
please help!
THANKS