[jQuery] Re: New Plugin with IE problem

2009-05-14 Thread floepi
work on IE. > > You can try this : td.colSpan which is used in msdn samples > (oCell.colSpan = "4") > :http://msdn.microsoft.com/en-us/library/ms532998%28VS.85%29.aspx > > sebastien > > On May 13, 3:21 pm,floepi wrote: > > > Anyone?? > > > Sti

[jQuery] Re: New Plugin with IE problem

2009-05-13 Thread floepi
Anyone?? Still can't get it to work and don't know why IE is complaining. Any help appreciated. Cheers On May 7, 2:54 pm, floepi wrote: > Hi all, > > I mainly work in Firefox land and don't have to bother with IE much > (Lucky me). I wanted to share one of my

[jQuery] New Plugin with IE problem

2009-05-07 Thread floepi
Hi all, I mainly work in Firefox land and don't have to bother with IE much (Lucky me). I wanted to share one of my plugins with the public and therefore need to make it work across all browsers. The problem I am having is that even though I set a colspan for a td, IE does not render it properly

[jQuery] Re: New plugin: jQuery.fader beta

2009-03-13 Thread floepi
:(( Found a plugin just like it... with way more functions... http://malsup.com/jquery/cycle/ Was good practice anyway :) Cheers On Mar 13, 10:01 am, floepi wrote: > Hi all, > > I customized the innerfade plugin from medienfreunde.de and added some > navigation to it.

[jQuery] New plugin: jQuery.fader beta

2009-03-13 Thread floepi
Hi all, I customized the innerfade plugin from medienfreunde.de and added some navigation to it. Based on the number of slides it creates a "jumpToSlide" menu and normal "prev" and "next" navigation. The current slide indicator fades as well, which was important to keep the transitions nice and s

[jQuery] Re: Uploading to SVN

2007-10-31 Thread floepi
Thanks, will try that. Cheers On Oct 30, 10:12 am, "Lauris Bukšis-Haberkorns" <[EMAIL PROTECTED]> wrote: > Submit bug report and attach diff here:http://dev.jquery.com/newticket > > Lafriks > > On 10/30/07, floepi <[EMAIL PROTECTED]> wrote: > > >

[jQuery] Uploading to SVN

2007-10-30 Thread floepi
Hi, yesterday i checked out the svn dev version with all the plugins. I tried the rating plugin which did not work with the 1.2 version of jQuery. (slice problem) I made all the changes and got it working (was another slight issue with the averageIndex). Now i would like to commit my changes.

[jQuery] Multiple Resizables on one page

2007-07-11 Thread floepi
Hi all, i was wondering if someone managed to get multiple resizables working on one page. It seems that the drag handles need to have all individual ids for the iresizable to work. Looking in the source code did not really help me either. Maybe there is a way to define child elements as a handl

[jQuery] small Changes to editable (Dan's)

2007-04-20 Thread floepi
Hi Dan, i made some minor changes to your awesome editable script. What i tried to do was using it in conjunction with cake. Imagine a list like so Junior 349234 The changes i made make it possible to have multiple parameters depending on a name attribute in the dom element. The input e

[jQuery] Re: Autocomplte plugin status

2007-04-12 Thread floepi
Cheers Dan, i am looking forward to it. The workaround is fine for the moment, just not as slick as it could be :) Phil PS: I have a couple of plugins which i would like to get some feedback on but nowhere to host them. Is there a code review section for jQuery somewhere ? Maybe you know. On

[jQuery] Re: Autocomplte plugin status

2007-04-12 Thread floepi
Hi Joerg, really nice plugin. Thanks! Currently i am trying out to use the google style multiple select for email addresses and ran into an issue which i don't have a proper solution for. I use a local array of the following form values = [['Philip-f','2356'],['martin-b','2341']] whereas the s