Hi, I'm new on JQuery and I've a problem of "way of working". Usually I develop the UI of a web-page and then I copy the Html of some parts in the php script or in the javascript in order to generate dinamically the Html sequence of tags. Now I create a serie of divs and I want to generate many times this serie. In the single serie in Html all the positions of the divs are correct, but in the page dinamically generated with JQuery append I find the divs in other positions. Probably the problem is with styles. Can you find the problem of this script?
I have many rows in a table, dinamically generated. How can I select the rows where the colums are equal to some input at the top of the page? For eaxmple I have five input and five colums per row. I would be unbound from the number of the inputs and the number of the colums. Thank you in advance.