 |
html - Creating a div element in jQuery - Stack Overflow
How do I create a div element in jQuery? ... You can create separate tags using .jquery() method... and create child tags by using .append() method.. as jquery supports chaining,u can apply css also in two ways.. either specify in the class or just call .
stackoverflow.com |
 |