Hello Santosh,
The short answer to your questions is: yes, but it's a little tricky.
Spiffy UI reference jQuery separately. If you want to use your own jQuery
just remove the jQuery import line from your HTML. It looks like this:
<script type="text/javascript" src="jquery.min.js"></script>
jQuery UI is a little tougher. That gets compiled into your project's
.min.js file by the Spiffy UI build process and you can't stop that. What
you can do is not use the default .min.js file. All of the source files for
all of the libraries are included in your Spiffy UI project. You can
reference these files directly or run the JavaScript compiler on a specific
subset of the and generate a new compiled JavaScript file with only what you
want.
You can take a look at the source for the index-debug.html page on Spiffy UI
to see how we do that:
view-source:
http://www.spiffyui.org/index-debug.html
I do have to warn you here. JavaScript dependencies are a little tricky and
many of these libraries depend on a specific loading order. Your best bet
is to make sure that jQuery and jQuery UI are loaded before any of the other
code from Spiffy UI.
I'm also just curious, why do you want to load your own version of jQuery?
Are you trying to use a different version?
Thanks,
Zack
--
You received this message because you are subscribed to the Google Groups
"Spiffy UI" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to
spiffy-ui+...@googlegroups.com.
For more options, visit
https://groups.google.com/groups/opt_out.