Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
2answers
5k views

Randomize a sequence of div elements with jQuery

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 ...
2
votes
4answers
113 views

jQuery: wrap newly created html

I create HTML snippet on-the-fly: $('<span/>').addClass(spanClass) Is there a jQuery way to wrap this code into <div>? Semantically I want to do: ...
2
votes
3answers
1k views

Move Rows up and down in html table

How to move rows up and down in a table on some button click?
0
votes
0answers
306 views

Using jquery to randomize a sequence of div elements generated with jShowOff

This is a follow up to this answer: randomize-a-sequence-of-div-elements-with-jquery/4628745#4628745 I am trying to use the jquery plugin provided to randomly reorder the output from jShowOff and ...
0
votes
3answers
1k views

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

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 ...
-3
votes
0answers
83 views

How can I efficiently double the dimensions of an HTML <img> in a string in Python? [closed]

Possible Duplicate: how to make the width and height x2 using python Regular This is my code: import re s = '<img src = "/" width="10" height="111" />' def a(x): b = ...