|
Hello I get a error: Uncaught TypeError: Object [object Object] has no method 'mbGallery in chrome firebug and $("#g3").mbGallery is not a function in Firefox I understand that there is a problem with conflicting JS and the "$" declaration but i tried everything i could think to get it rolling. the test page is under www.scytale.pl/pre Im just starting with JS and Jquery so any help would be appreciated |
The question has been closed for the following reason "The question is answered, right answer was accepted" by Matteo Bicocchi Apr 06 '11 at 16:04
|
hi, i take a look on your code, you should re-engineer your start phase, by example you only need to link ONE jquery ;) my tip for organize the js scripts is the following: start-head
end-head
end-body i hope you understand what i mean and i don't know if this is the solution for your problem, but after this we can take a second look |
|
Ok we have progress? After arranging hte files in order You presented (Every new thing helps Thanks!) I got this:
Thanks for your Help Miles |
|
I`ve done IT! :D The problem was arranging CSS, JS, Functions in proper order and adding CSS for the Gallery manualy Thanks Abu for Your help! |


