html-manipulation

Randomize a sequence of div elements with jQuery

Hello all, I'm trying to do my frist steps with jQuery but I have some trouble to understand how to find a list of child elements from a div parent element. I'm used to work with ActionScript 2 and ActionScript 3 so i could mistake some concept, like what is the better way to randomize a sequence of div elements with jQuery! I have this...

Jquery: Cloning a select list and selecting an option by its value

hello, I'm trying to append a select option list to a div table with jQuery, after done this, I'd like to select a specific option of the list, I'm trying something like this: // my hidden option list <div style="display:none;"> <select class="option_list"> <option value="male">Male</option> <option value="female">Female</option...