Providing jquery header files through ajax: can it work ?
hi
The framework I use can sometime contribute the jquery header files, like <script id="" src_="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"></script>, though ajax, thus well after page load.
However, this doesn't work: any jquery code executed afterwards fail, for example with "$ is not defined" and sometimes, with some plugins, in a worse way
is there a way to initialize jquery in this use case ?
thanks in advance
herin