Hi,

I m trying to add a jQuery plugin in order to get a video background.
I found two differents plugins workging on jQuery 1.5 and 1.6 :
http://www.georgepaterson.com/sandbox/jquery-html5-video-background-demo/
http://syddev.com/jquery.videoBG/#demos

I discovered I have conflict with jQuery and I used a "jQuery.noConflict();" function in order to work properly. Another jQuery (for fading) works fine, but neither of the background plugin works at all !

Why is there jQuery conflict (I dont use mootools) ? Is there someting about Omega ?
Do you have some advices ?

Thanks

Comments

Anonymous’s picture

Try switching to Bartik. If the problem persists this is not an Omega specific issue. If it disappears then it is Omega related.

filnug’s picture

Status: Active » Closed (fixed)

Well, the problem do not come from Omega.

I used a jQuery function "$j = jQuery.noConflict();" and it works finally... I dont know exactly why it didnt worked before.
Anyway thank you for the help