On Jan 10, 2013, at 20:15, chris rollins wrote: > <link rel="stylesheet" > href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css" /> > <link rel="stylesheet" href="/resources/demos/style.css" /> > <script > src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script> > <script > src='http://jquery-json.googlecode.com/files/jquery.json-2.2.min.js'></script> > <script src="http://code.jquery.com/jquery-1.8.3.js"></script> > <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script> > <script src='http://datejs.googlecode.com/svn/trunk/build/date.js'></script>
You're including both jquery 1.7.1 and jquery 1.8.3? I'm guessing that won't work right. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
