snowboardr
Programmer
I am trying to figure out the toggle using livequery... for some reason this is not working:
but yet i can get it to work with just a simple .hide()
Jason
[red]Army[/red] : [white]Combat Engineer[/white] : [blue]21B[/blue]
Code:
$("#fu"+drop_id).livequery(function(){
$(this).toggle(
function () {
$(this).hide();
},
function () {
$(this).show();
}
);
});
});
but yet i can get it to work with just a simple .hide()
Jason
[red]Army[/red] : [white]Combat Engineer[/white] : [blue]21B[/blue]