Looks cool. I don't use crud (unless admin or appadmin uses it) but would check it out. Both Jquery and Jquery UI are in the Google CDN which is probably a better place to get them anyhow: http://code.google.com/apis/libraries/devguide.html#jquery
If you include them like this they work both for http and https: <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>

