Status
Not open for further replies.

Porsche_maniak

Active Member
283
2009
0
40
Hi !
I searched most of the functions in jquery website but couldn't find solution for this one.

Example :

$('.someclass').mousedown(function(){//do something once});

As you know mosedowning every time,starts the function again.
So i was wondering how can i remove '.mousedown' from jquery after it is completed once.Maybe something with remove() or empty() ?
 
3 comments
Status
Not open for further replies.
Back
Top