Welcome Guest, Not a member yet? Register   Sign In
jquery script help ...
#1

[eluser]pdxbenjamin[/eluser]
I have a big list of tags for posts, and they look something like this, coming from a foreach so there could be a lot of them
Code:
<div id="$id_tag" class="tagWrap">
<div class="tagRight"></div>
<div class="tagLeft">$tag_text</div>
</div>

But what I'm trying to do is in jquery on .mouseover() make just the one moused over fade so I can show a delete button.
I don't know how to get the id from .tagWrap ??

Code:
$(document).ready(function() {
$('.tagWrap').mouseover(function() {
  $('.closeButton').slideDown(200);
});
});

Thanks


Messages In This Thread
jquery script help ... - by El Forum - 03-28-2012, 02:50 PM
jquery script help ... - by El Forum - 03-28-2012, 06:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB