jQuery sortable events -


I am using some jQuery sortable and I have a problem of two event handlers originally set in the ordered init (received and off) I

thanks

Itemprop = "text">

The sample code will help, but you can store a feature on Sortable with the $ (this) .data ( {Fired: false}); can use things like. Then, in your receiving and preventing methods, var props = $ (this) .data (); If (! Props.fired) {// your execution code} inside of the execution block as a way of locating it, you will be $ (this) .data ({fired: true}); You can include a line like , to record that it has been sent.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -