hi Josh, thanks for your reply. I try to do that, but it didn´t work.
Here is how I put the code in the head:

<script type="text/javascript" src="../js/jquery-1.2.1.min.js"></
script>
<script type="text/javascript" src="../js/jquery.clockpick.1.1.js"></
script>

<script type="text/javascript" src="../js/date.js"></script>
<script type="text/javascript" src="../js/jquery.bgiframe.js"></
script>

<script type="text/javascript" src="../js/jquery.datePicker.js"></
script>
<script type="text/javascript" charset="utf-8">
$(function()
        {
                $('.date-pick').datePicker({startDate:'01/01/1996'});
                $(".CP").bgIframe();
        });


</script>

The datepicker is another plugin that I´m using.

Andres



On 15 nov, 19:06, "Josh Nathanson" <[EMAIL PROTECTED]> wrote:
> 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.

Reply via email to