Closed (fixed)
Project:
Omega
Version:
7.x-3.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
11 Jan 2012 at 15:19 UTC
Updated:
13 Jan 2012 at 08:05 UTC
Jump to comment: Most recent
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
Comment #1
Anonymous (not verified) commentedTry switching to Bartik. If the problem persists this is not an Omega specific issue. If it disappears then it is Omega related.
Comment #2
filnug commentedWell, 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