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"
>
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
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);
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
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
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
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
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
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
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
10 matches
Mail list logo