Click here to Skip to main content
15,912,897 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
What is the default css class for text box

i've changed the css of text box now i want it in the old manner
Posted

i think it might be,

just check it out


css "solid #7f9db9 0.1em"
 
Share this answer
 
Comments
Photon_ 20-Feb-12 7:42am    
@ sanjeev :: actually its also easy to get back to the original css just apply any class and just remove that
as we can do with jquery
$('#id').addClass(".class");

so we can use to get back the default css
$('#id').removeClass(".class");
@ sanjeev :: actually its also easy to get back to the original css just apply any class and just remove that
as we can do with jquery
$('#id').addClass(".class");

so we can use to get back the default css
$('#id').removeClass(".class");
 
Share this answer
 
v2

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