jquery ui not applying in a particular skin

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
3/6/2013 8:19:24 AM
Gravatar
Total Posts 21

jquery ui not applying in a particular skin

Hi,

I am having a date picker in a form for entering date of birth. But it is showing only the text box. It is not showing the button next to the text box.

If I changed the skin to some other, the button is coming and I can view the date picker. I thought that jquery-ui as well as jquery-ui.css is not applying. I checked this by adding tabs and accordion also in my skin. For that also the  jquery-ui as well as jquery-ui.css is not applying.

I don't know what mistake I had done in the particular skin. Please help me to solve this.

 

Thanks,

Siva.

3/6/2013 9:48:36 AM
Gravatar
Total Posts 18439

Re: jquery ui not applying in a particular skin

Hi,

If you are going to do web development you need to acquire some basic skills and strategy for solving such problems. 

Think about the problem and how to find out what is happening.

Any experienced web developer would start by doing the following:

  • View the source of the page
  • look for the urls for the relevant jquery javascript and css
  • ​are the urls correct? what happens if you follow them, do they return the expected javascript and css or do errors happen
  • using browser dev tools to see if there are any script errors happening on the page or the network tab in browser tools can show if any files are failing to load (ie in Chrome right click > Inspect Element > Console will show if any script errors are happening)

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.