I'd like to use the latest jquery, 1.3.2. I'm new to both jquery and lift but I like what I see! <script type="text/javascript" src="../js/jquery-1.3.2.js"></ script> <script type="text/javascript" src="../js/ui/ui.core.js"></script> <script type="text/javascript" src="../js/ui/ui.tabs.js"></script> <script id="json" src="/classpath/json.js" type="text/javascript"/ >
<script type="text/javascript"> $(function() { $("#tabs").tabs(); }); </script> </head> <body> <lift:surround with="default" at="content"> I get this error: $("#tabs").tabs is not a function http://localhost:8080/hello Line 33 Is it possible to mix separately downloaded jquery? If I save the 'source' of the html after lift has processed, from the browser, jquery tabs are working. But from the dynamic jetty instance, the tabs do not work and I get that error. Thanks for any help you can provide. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---