Quote:
Originally Posted by OldSchoolDSL
Confirmed to work with jQuery 1.5.0
To apply update, simply look for the template dbtech_bookmark_thread and change the version number (don't forget to save and reload).
Should look like:
PHP Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
Original I think was 1.4.4 and all I did was change it to 1.5.0
|
Not to seem like I'm questioning you or anything but is there a point to changing the jquery version?
I wrap everything in noConflict so assuming there's a newer version already loaded it shouldn't cause any issues, should it?
Or will that same function stop newer versions from loading further down?
Kinda new to jQuery so I still don't know how they handle upgrading libraries
Fillip