Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am creating dynamic fields dynamically.But it is display after the submit button.I want to display before submit button.One more thing i want to apply the css to that dynamic field.Not inline css.I have add external css files.How can i do.
Posted
Comments
bbirajdar 28-Apr-12 8:35am    
Reason for my vote of 1
Not clear..
Sandeep Mewara 28-Apr-12 11:44am    
This is not a well framed question! We cannot work out what you are trying to do/ask from the post. Please elaborate and be specific.
Use the "Improve question" link to edit your question and provide better information.

1 solution

Hi Depthi

you can use

$('fieldid').addclass('cssclass')

this will works


Happy coding... :)

Seshu
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900