[jQuery] Re: I need use bgIframe plugin with ClockPick puglin

2007-11-19 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > To: "jQuery (English)" > Sent: Friday, November 16, 2007 11:49 AM > Subject: [jQuery] Re: I need use bgIframe plugin with ClockPick puglin > > Hhi Josh, > > I´m calling in this way: > > > > $(docu

[jQuery] Re: I need use bgIframe plugin with ClockPick puglin

2007-11-19 Thread Josh Nathanson
query/clockpick/trunk/ClockPick.cfm Let me know if you encounter any issues. -- Josh - Original Message - From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: "jQuery (English)" Sent: Friday, November 16, 2007 11:49 AM Subject: [jQuery] Re: I need use bgIframe plugin wi

[jQuery] Re: I need use bgIframe plugin with ClockPick puglin

2007-11-17 Thread [EMAIL PROTECTED]
rks for you, and I will add it to the ClockPick docs > page so others can use the information in the future. Or, if it's still not > working please mention exactly what is not working. > > -- Josh > > - Original Message ----- > From: "[EMAIL PROTECTED]" <[EMAIL

[jQuery] Re: I need use bgIframe plugin with ClockPick puglin

2007-11-16 Thread Josh Nathanson
- From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: "jQuery (English)" Sent: Friday, November 16, 2007 7:16 AM Subject: [jQuery] Re: I need use bgIframe plugin with ClockPick puglin hi Josh, thanks for your reply. I try to do that, but it didn´t work. Here is how I

[jQuery] Re: I need use bgIframe plugin with ClockPick puglin

2007-11-16 Thread [EMAIL PROTECTED]
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: $(function() { $('.date-pick').datePicker({startDate:'01/01/1996'}); $(".CP").bgIframe(); }); The datepicker is another plugin

[jQuery] Re: I need use bgIframe plugin with ClockPick puglin

2007-11-15 Thread Josh Nathanson
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(); G