wer mal die ganz dicke Superslideshow braucht, hier hier besten aufgehoben:
Full-Screen Slideshows With Supersized.
{ 0 comments }
How To´s, Tutorials & Inspiration des Stilpiraten
Posts tagged as:
OriginalThread: http://docs.jquery.com/Using_jQuery_with_Other_Libraries
1. Upload jQuery to /media/system/js/jquery.js
2. Edit /libraries/joomla/html/html/behavior.php
3. At line 61, after mootools function is done, add this..
function jquery() {
JHTML::script(’jquery.js’,'media/system/js/’,false);
}
Now you can load jQuery with JHTML::_(’behavior.jquery’). I know, it’s easier to just load it directly.. but this way is perhaps more ‘forward compatible’?
via Joomla! • View topic – JQuery & Mootools.
{ 0 comments }