Hi folks,
I'm very new to jQuery and am playing around with what is possible.
I found myself wanting a findParent function and couldn't spot one
ready made. I'd love it if people could give me feedback on my
implementation. I'm sure there's plenty I could do better. If this
function also e
I'm trying my first simple jQuery task, a mouseover event to display a
box with some text.
$("p.sec-ia").addClass("unhide").show("slow");
works fine but when I add the mouseover
$("#section1").hover(function(){
$("p.sec-ia").addClass("unhide").show("slow");
},function(){
$("p.sec-
I know there's not to much content, but let me know if you want to
help out with this plugin. it has GREAT possibilities. I know alot
of people have been looking for something like this. let me know what
you guys think.
I'll work on documentation when i get time.
http://plugins.jquery.com/pr
3 matches
Mail list logo