Results 1 to 2 of 2

Thread: installing JQuery/JQuery UI

  1. #1
    Fanatic Member
    Join Date
    Feb 00
    Location
    Dunmow,Essex,England
    Posts
    892

    installing JQuery/JQuery UI

    Hi All,

    In my project (VS2010). I have a directory called JQuery in this directory I have placed 2 files:
    jquery-1.8.0.js = Core JQuery
    jquery-ui-1.8.23.custom.min.js = JQuery UI.

    In a masterpage in the <head> section I place the following and then when I F5 my code I get a blank page. If I remove the 2 references my default page shows as expected.

    <script type="text/javascript" src="JQuery/jquery-1.8.0.js" />
    <script type="text/javascript" src="JQuery/jquery-ui-1.8.23.custom.min.js" />

    What have I done wrong?

  2. #2
    Fanatic Member
    Join Date
    Jul 07
    Posts
    617

    Re: installing JQuery/JQuery UI

    Library conflict may occur, why not try using it one at a time and see the result. My 2 cents.
    Learn something new every .001 second.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •