Hey Guys,
I have a few inputs which allow people to input a number (in px) for width, one for the # of columns, and another input to set the margins for each div.. Using jquery, how do I take these numbers and create these divs with the proper width and margins?
Example:
[Input] Width: 960px [Input] # of Columns [Input] Margins
Basically I am trying to show how the set up will be so the user will see it.