[jQuery] how to use jcarousel and fancybox

2009-08-25 Thread dough
attribut claass="photos" it works, but the photos inside the jCarousel didn't work at all. How can I solve it? or is it posible to call directly the fancybox function trought the a href link in each jcarousel image? Thanks! dough

[jQuery] IE7, .find, .each, XML problem

2008-10-23 Thread Dough Boy
It is simple...it works in FF and Chrome (haven't tried other browsers). Here is the basic code: $(messages).find('item').each( function(){ alert($(this).attr('id')); }); If I alert the "messages" before this you can see the XML data in all browsers. For some reason IE 7 will not go "int

[jQuery] Positioning ad

2008-04-02 Thread Dough Boy
We have articles on our site that are standard html (i.e. using p tags). We also use javascript to generate ad tags (i.e. doubleclick, adsense, etc). So I have a hidden div on the page that the ad is generated into (via javascript). I then want to append the "ad" to the 3rd paragraph. Everythi

[jQuery] Interface, Sortables, and Killing IE :)

2008-02-08 Thread Dough Boy
So I am building something similar to http://host.sonspring.com/portlets/. Everything works in all browsers and is hunky doory. The only problem is that if you replace the text in the box with some javascript code (i.e. widget), when you go to move the box IE (6 & 7) crashes (and crashes hard).

[jQuery] Interface, jQuery, Sortable

2008-02-08 Thread Dough Boy
I have built a page that users can sort "blocks" into various pages, sort of like iGoogle. Everything works fine except that if a block contains javascript (i.e. widget), IE 6 & 7 crashes when trying to sort a block. Anything else in the block works fine, just javascript fails. Any thoughts?

[jQuery] Re: Is there an sample like iGoogle?

2008-02-08 Thread Dough Boy
Actually that is using Interface and not UI (not sure if it matters or not since it appears Interface is no longer being supported) On Jan 3, 8:52 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > This might work for you: > > http://host.sonspring.com/portlets/ > > -Original Message- > Fro

[jQuery] Repeated AJAX calls

2007-08-31 Thread Dough Boy
I have a "wizard" setup that allows the user to create a line of text based upon options chosen. I then write this line to the screen. All of the text they did is saved at the end by clicking on the save button. Some users are not smart enough to click the save button and all of the work they d

[jQuery] Re: Accessing form fields within Thickbox via main page

2007-08-22 Thread Dough Boy
No...I am just using jQuery and Thickbox. I found a work around by putting onkeyup's into the fields and having their values written to a hidden field...the "main page" can see them. On Aug 22, 1:29 pm, cfdvlpr <[EMAIL PROTECTED]> wrote: > Are you using the form plugin?

[jQuery] Accessing form fields within Thickbox via main page

2007-08-22 Thread Dough Boy
I am sure I am doing something stupid... I have a form with fields inside a hidden div. I have a TB_inline link that opens up a Thickbox with this hidden form. I have a save button at the bottom that when clicked calls a .ajax() function for posting to the server. The problem is that the first

[jQuery] Thickbox with Forms Plugin

2007-08-08 Thread Dough Boy
Hey all. I am trying to use thickbox with the forms ajax plugin to upload files. I have copied the example exactly. However when I go to submit the form, the entire page is reloaded with the success message. I don't know if the forms plugin is having problems connecting to the form because the