Hi Andres,
Josh here, the ClockPick plugin creator...both the hour and minute container
have a class of "CP", so you should be able to use bgIframe on that class
without changing the ClockPick plugin itself.
Somewhere after you include the ClockPick script, add this:
$(".CP").bgIframe();
Give that a try and see how it goes.
-- Josh
----- Original Message -----
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: "jQuery (English)" <jquery-en@googlegroups.com>
Sent: Thursday, November 15, 2007 12:26 PM
Subject: [jQuery] I need use bgIframe plugin with ClockPick puglin
Hi, I´m new. I want to use the bgIframe plugin with ClockPick puglin,
because I have a "select" near to the clockPick and when you make a
click and the clockpick expands the select is always first in Internet
Explorer. I made this change in the ClockPick.js but only fix the div
of the hours, not the div of minutes:
line 56 of version 1.1 so so
$hourcont = jQuery("<div id='CP_hourcont' class='CP' />");
$hourcont.bgIframe();//this is my line
jQuery("body").append($hourcont);
binder($hourcont);
I hope you can help me and sorry for my bad english.
andres.