Click here to Skip to main content
15,914,500 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When ever page is load my color picker ajax control is hide.but i want to always open ajax color picker control when page is load.so please help me..
Posted

$(document).ready(function()
{
  $("color picker").show();
  ... or whatever is necessary when page is loaded...
});
 
Share this answer
 
Comments
jaideepsinh 13-Apr-12 7:09am    
Its didn't work i give "ColorPickerExtender1" id in place of "color picker" am i right? mark..
[no name] 13-Apr-12 7:43am    
See JQuery Selectors http://api.jquery.com/category/selectors/

Also keep in mind how ASP.NET mangles the id when rendered to the client
jaideepsinh 13-Apr-12 8:44am    
i didn't understand can u help me please..mark
[no name] 13-Apr-12 8:56am    
What don't you understand?
jaideepsinh 13-Apr-12 9:42am    
how can pass my color picker id to show open when page is load..thanks to support me..
 
Share this answer
 
Comments
jaideepsinh 14-Apr-12 5:19am    
thanks.but i say that color picker panel is not show when page is load...

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