[jQuery] Re: jQuery.data() identifier not working

2008-12-16 Thread ricardoe
tion. What did 'elem' refer to in your original script > for example? A DOM element? > > - ricardo > > On Dec 16, 6:46 am, ricardoe wrote: > > > Well, solved issue: > > > Don't trust jQuery.data(element) if you're pretending to use gQuery >

[jQuery] Re: jQuery.data() identifier not working

2008-12-16 Thread ricardoe
leted. This leads that when you do again jQuery.data(element) you WONT have the expected ID, it will create a new one. Why?! I dunno. But I'll not file a ticket cause "most of people doesn't use it that way".. lame. On Dec 16, 1:39 am, ricardoe wrote: > Hi, > > Does anyone

[jQuery] jQuery.data() identifier not working

2008-12-15 Thread ricardoe
Hi, Does anyone knows why this: var id = elem[ expando ]; // Compute a unique ID for the element if ( !id ) { id = elem[expando] = ++uuid; } Could be being broken? I mean, on a test page I made the elem[expando] property is not being "saved". I'll explain, the first time

[jQuery] jQuery.data() identifier not working

2008-12-15 Thread ricardoe
Hi, I've found a VERY strange behavior while developing a little code. I'm trying to identify some elements with the jQuery.data(element) function, this returns a "unique" id for each element (AFAIK). But the strange this is this little code of jQuery: var id = elem[ expando ]; // Compute

[jQuery] How to detect when the document has changed its dimensions.

2008-11-06 Thread ricardoe
Hi everyone, I'm developing a little code that position absolutely an element in a page, but now I'm adding some events to the rest of the elements, some slides, nothing very fancy. But, now my element is misplaced because the rest of the page reacts to the change caused by my effect (this is, wh

[jQuery] Re: jQuery infected by script.aculo.us

2008-09-26 Thread ricardoe
s > not a bug on jQuery, but a conflict effects.js created when adding > Array.prototype.call. > > Cheers > > -- > Ariel Fleslerhttp://flesler.blogspot.com > > On Sep 26, 5:46 am, ricardoe <[EMAIL PROTECTED]> wrote: > > > Hello, > > > First of all, I n

[jQuery] Re: jQuery infected by script.aculo.us

2008-09-26 Thread ricardoe
method. They fixed it in subsequent releases. > > Rey... > > ricardoe wrote: > > Hi Michael, > > > Sorry about the confusion. > > I'll try your solutions, but as I'm just "invited" to the page I'm > > working I can't downgrade scripta

[jQuery] Re: jQuery infected by script.aculo.us

2008-09-26 Thread ricardoe
Hi Michael, Sorry about the confusion. I'll try your solutions, but as I'm just "invited" to the page I'm working I can't downgrade scriptaculous. But I'll try with an older jquery or with the little tweak. I'll we back with the results. On 26 sep, 10:34, "Michael Geary" <[EMAIL PROTECTED]> wrot

[jQuery] Re: jQuery infected by script.aculo.us

2008-09-26 Thread ricardoe
Its important to know that I'm almost unable to change a bit of markup or other js libraries code, I'm being injected along with jQuery to this site, so I'm more like a "guest" in this uber-mix of js.

[jQuery] Also...

2008-09-26 Thread ricardoe
Its important to know that I'm almost unable to change a bit of markup or other js libraries code, I'm being injected along with jQuery to this site, so I'm more like a "guest" in this uber-mix of js.

[jQuery] jQuery infected by script.aculo.us

2008-09-26 Thread ricardoe
Hello, First of all, I need to get this working without touching markup. I really can't, only in very extreme cases. I'm loading jquery at the bottom of the body and script.aculo.us is on the head section. The main problem is: (I'm using jQuery.noConflict() and even tried myJq = jQuery.noConfli

[jQuery] Re: Do we have something like Mootools:Kwick on jQuery?

2007-08-12 Thread ricardoe
rch?group=jquery-en&q=acc... > > > > <http://groups.google.com/group/jquery-en/search?group=jquery-en&q=acc...> > > > < > >http://groups.google.com/group/jquery-en/search?group=jquery-en&q=acc... > > > > <http:

[jQuery] Do we have something like Mootools:Kwick on jQuery?

2007-08-11 Thread ricardoe
Hi everyone, regards from México. (Sorry for my english, is not very good) I've been developing a website for my little companie (www.tuukuls.com.mx) but my comrades saw the mootools page and they are fascinated by the kwick accordion. I love jQuery, so, do we have something like that? Regards :D

[jQuery] Re: serialize string

2007-07-11 Thread ricardoe
Hi Benjamin, I dont know if this is useful but is something about UNserialize (serialize is, in jquery, the opposite for what you want to do :) ) http://www.reach1to1.com/sandbox/jquery/testform.html Saludos from México

[jQuery] Re: how to fetch data by php page from jQuery

2007-07-11 Thread ricardoe
Is impossible to use the cookies? To achieve what Benjamin wants to do. Sorry for my english. Saludos from México.

[jQuery] Re: Draggable Thickbox?

2007-07-11 Thread ricardoe
Why dont you try a Window widget? Like the Interface Window http://interface.eyecon.ro/demos/windows.html Saludos from México Ricardo Vega