[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 box.

[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 gives

[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 some tweaks

[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 or know

[jQuery] Re: Insert new div into existing div

2007-06-12 Thread Franck Marcia
This should work: $('#form_containter').append('div id=row1'); then $('#form_containter').append('div id=row2'); 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

[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('div class=subdiv'); c.children(div:last-child).html(pLorem ipsum .../p); // get the last inserted div You could use an id and increment it each time you insert a child and then use this id

[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