Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

change li position in ul jquery

Using:
$(li).rollDown();
will move the last element of the set of matched element to the first position.
$(li).rollUp();
will move the 1st element of the set of matched elements to the last position.
 
PREVIOUS NEXT
Tagged: #change #li #position #ul #jquery
ADD COMMENT
Topic
Name
5+6 =