[jQuery] Re: Lightbox or PrettyPhoto or Fancybox break when submitting content with jEditable plugin

2009-09-28 Thread kyleduncan
i think this is actually a problem with the Django app that's powering our site, not javascript or jquery plugins.

[jQuery] Re: Lightbox or PrettyPhoto or Fancybox break when submitting content with jEditable plugin

2009-09-25 Thread kyleduncan
sorry just to clarify, the problem CAN still emerge even if you view a prettyPhoto image first, before entering a caption. if you do this, then enter several captions and try to view photos again, it still breaks (sometimes it gets into a weird loop even whereby the first click tries to open the p

[jQuery] Re: Lightbox or PrettyPhoto or Fancybox break when submitting content with jEditable plugin

2009-09-25 Thread kyleduncan
Just to add a bit more detail: my current setup as of right now is still using the jEditable plugin combined with the prettyPhoto image viewer plugin (which i believe is based on lightbox). exactly what happens with this combination of plugins is: 1. if you enter a caption and save it (jeditable

[jQuery] Lightbox or PrettyPhoto or Fancybox break when submitting content with jEditable plugin

2009-09-25 Thread kyleduncan
Hi, i have a site that uses a lightbox based image viewer and the jeditable plugin. basically my site has a photo gallery and below each gallery i have the option to set a caption to the photo. i have done the caption using jeditable and i've also tried using the ajaxForm plugin for jquery to see

[jQuery] Re: Invalid Argument Line 12 1.3.2 IE 7 and 8rc1

2009-07-28 Thread kyleduncan
was showing the boxes very high by default), although im not sure exactly what caused Opera to correct - but it works fine now too! hope this helps others On Jul 22, 4:20 am, kyleduncan wrote: > It is caused byautogrow.js, but i have no idea how to fix it!autogrowisnt > even working for

[jQuery] Re: Textarea autogrow plugin: IE6, IE7, IE8 and Opera problems

2009-07-28 Thread kyleduncan
, although im not sure exactly what caused Opera to correct - but it works fine now too! hope this helps others On Jul 22, 7:55 pm, kyleduncan wrote: > Hi everybody, > > i am having trouble getting theautogrow.js plugin to work properly in > all versions of IE (of course!) and Opera

[jQuery] Textarea autogrow plugin: IE6, IE7, IE8 and Opera problems

2009-07-22 Thread kyleduncan
Hi everybody, i am having trouble getting the autogrow.js plugin to work properly in all versions of IE (of course!) and Opera. plugin link: http://plugins.jquery.com/project/autogrow Opera just seems to make the textareas ridiculously tall for some reason, but IE actually throws up a scripting

[jQuery] Re: Invalid Argument Line 12 1.3.2 IE 7 and 8rc1

2009-07-21 Thread kyleduncan
It is caused by autogrow.js, but i have no idea how to fix it! autogrow isnt even working for me in IE6 and 7, when you click inside a textarea it shrinks down to one line high and then doesnt expand as you type. and when you click in the second textarea on my page nothing happens at all (as if au

[jQuery] Re: jQuery UI Ajax tabs: content not refreshing in IE6 - cache problem?

2009-07-03 Thread kyleduncan
ed.http://docs.jquery.com/Ajax/jQuery.ajaxSetup > > On Jul 2, 3:23 am, kyleduncan wrote: > > > I am using the Ajax method to load tabs using jQueryUI's tab > > functionality. these work fine in all browsers except IE6, where once > > an Ajax tab has been loaded (the tab

[jQuery] Re: Cannot make function run on "load" event

2009-05-02 Thread kyleduncan
if (fullHeight == 77) { $(this).hide(); } $(this).parent().css("height","77px"); }); hope this helps other people... On May 2, 5:29 pm, kyleduncan wrote: > UPDATE > > I have found out why this isn't working

[jQuery] Re: Cannot make function run on "load" event

2009-05-02 Thread kyleduncan
to ALL instances of "div.expandCollapse", rather than calculating the height of EACH div with the correct class, and then applying the necessary action to each, individually. what should i do?! thanks in advance to anybody who can help. Kyle On May 2, 2:39 pm, kyleduncan wrote: > Hi, >

[jQuery] Cannot make function run on "load" event

2009-05-02 Thread kyleduncan
Hi, i use jQuery 1.3 and would like to make the following code run as soon as the elements i am targeting have loaded (or as soon as the page has finished loading). At the moment, I can only get it to fire on an event related to the target (in code below i'm using "hover"). Ihave put this snippe

[jQuery] Re: Black border on jQuery animations in IE 6-8

2009-05-02 Thread kyleduncan
i think that happens when the elements being animated have PNG images in them or as backgrounds, that's where i see the ragged black edges you're talking about... i'm not aware of a solution as i guess it's down to IE not natively supporting PNGs. i have a pngfix installed to enable PNG transparen