Presupunând HTML astfel:
- one
- two
- three
Deci, dacă se face clic pe „Două”, mutați-l în partea de sus a listei.
$("li").click(function() ( $(this).parent().prepend($(this)); ));
Va funcționa pentru mai multe liste ...
Presupunând HTML astfel:
- one
- two
- three
Deci, dacă se face clic pe „Două”, mutați-l în partea de sus a listei.
$("li").click(function() ( $(this).parent().prepend($(this)); ));
Va funcționa pentru mai multe liste ...