Hi list,

I am wondering how to set my jQuery to be in 'noconflict' state.

My jQuery is loaded after prototype and so accordingly to the docs I
should put this in my script:

     jQuery.noConflict();

     // Put all your code in your document ready area
     jQuery(document).ready(function($){
        questionList();
        ...
     }

At the place of the ... I call my functions, which are written in
'normal' jQuery style and are defined by:

   function questionList(){
      ...
   }

Somehow this doesn't work as some of the script is missing right
away...

Any hint is appreciated!

Henjo

Reply via email to