I am looking to use Jquery UI button in my MVC Application. Could anybody tell me, what files I need to download from here Jquery Download. and Where to place them and the references?
I know there is View Source at this Location Source for Button.
I don’t know, I need to use css files and images . But don’t know, where to place them, Could anyone point me step by step in right direction please.
I am taking this approach as I have some compatiblity issues with browsers when I use custom buttons.
Thank you
For jquery u can try to use it this way in your head tag :
and for the css just look which one u need here http://jqueryui.com/themeroller/
and add it like this :
@import "http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/smoothness/jquery-ui.css";for example for the smoothness theme