Customizing your style with Jquery UI

Mark

Administrator
Staff member
OK, re-skinning for dummies: Whats the line in the wrapper indicating the version you are talking about for us that barely read "codish"? :D
 
in the <head> ..... </head> section of the wrapper.html,
you call the css files & some scripts :)

an example :
HTML:
<script type="text/javascript" src="js/jquery-ui-1.8.12.custom.min.js"></script>
 
Hmm, interesting. If we do this, does it apply all over the site sort of automatically or do we still have to do some extensive coding to make it all come together?
 
Back
Top