Sequence divs using javascript onclick
Is there a way to click on a div and save this click sequence value in the
db.
Say I have ten items in 10 small small divs and I want them to be sorted
in the sequence i click on them. So clicking on the first one will be
sorted first and the next and then next.
Want to be able to do this with Javascript. Have seen this happening in
desktop application where form fields are sequenced for tab order as you
click on the fields.
No comments:
Post a Comment