[jQuery] Re: Large clickable boxes

2007-09-05 Thread Franck Marcia
A classic one : embed your code like this: $(function() { // your code here }); Otherwise, li.deal doesn't exist yet when your code runs. Franck. On 5 sep, 18:11, Frantisek Malina <[EMAIL PROTECTED]> wrote: > Hi all, > I need large clickable boxes which span the whole area of the ".deal" >

[jQuery] Re: Adding a delay between .each() function executions

2007-09-04 Thread Franck Marcia
On 4 sep, 16:02, "Oliver Boermans" <[EMAIL PROTECTED]> wrote: > I'm getting a parse error: > I don't understand the js well enough to figure out why... It works fine for me (http://fmarcia.info/jquery/stack) with IE7, IE6, FF2, Opera 9 and Safari 3/Win. I don't know about Safari/Mac as nobody gi

[jQuery] Re: Adding a delay between .each() function executions

2007-09-04 Thread Franck Marcia
You could also pile up actions then run them (untested): var stack = { delay: 1000, actions:[], run: function() { if (stack.actions.length) { stack.actions.shift()(); setTimeout(stack.run, stack.delay);

[jQuery] Re: 3D carousel?

2007-08-02 Thread Franck Marcia
On 2 août, 19:49, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > >> Are you going to make it a plugin available on the jQuery site? > > I thought it was an implementation of the interface 3d carousel on his site. > correct me if i am wrong? > Yeah, it's just a variation in Stephan's work, with s

[jQuery] Re: 3D carousel?

2007-08-01 Thread Franck Marcia
I "up" this thread just to announce the brand new carousel of www.alapage.com, based on the work of Stefan Petre (http://interface.eyecon.ro). Many thanks to Stefan, many thanks to John. Franck. On 9 juil, 14:49, Michael Price <[EMAIL PROTECTED]> wrote: > Fred Janon wrote: > > Has anyone done o

[jQuery] Re: Insert new div into existing div

2007-06-12 Thread Franck Marcia
On 12 juin, 21:21, Brad Perkins <[EMAIL PROTECTED]> wrote: > var c = $("#font-container"); > c.append(''); > c.children("div:last-child").html("Lorem ipsum ..."); // get > the last inserted div > You could use an id and increment it each time you insert a child and then use this id directly. Som

[jQuery] Re: Insert new div into existing div

2007-06-12 Thread Franck Marcia
This should work: $('#form_containter').append(''); then $('#form_containter').append(''); and so on... Franck. On 12 juin, 18:39, Brad Perkins <[EMAIL PROTECTED]> wrote: > In looking at the DOM manipulation commands I'm not clear on the best > way to insert a div into an existing div. More sp

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-12 Thread Franck Marcia
Yes, I did. I applied Matt's tip, restarted Safari and the debug menu appeared right after the help menu. Franck. On 12 juin, 17:05, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > This didn't work for me. Did anyone get the debug menu working on Windows > yet? > > Mike > > On 6/12/07, Matt Vanderpo

[jQuery] Re: ANN: jQuery-Powered Sites: The List Continues to Grow

2007-05-03 Thread Franck Marcia
Hi Rey, You can add http://www.alapage.com as well. You can drag your mouse on any product image or click on "diaporama" on this kind of pages: http://www.alapage.com/-/Fiche/Imageson/902790... to see jQuery, thickbox, mousewheel, dimensions... in action. Cheers, Franck. On 3 mai, 22:31, Rey

[jQuery] Re: NEWS: Another Top Site Goes to jQuery

2007-04-03 Thread Franck Marcia
alapage.com, a french web bookshop, now uses jquery as well! http://www.alapage.com/-/Fiche/Musiques/561601/CD/ More to come... ;-) Cheers, Franck. On 2 avr, 19:12, Rey Bango <[EMAIL PROTECTED]> wrote: > Dzone.com, one of the top tech news aggregators, has recently redesigned > their whole si