[jQuery] Re: li/img click and window.keydown

2009-08-10 Thread Lideln
Up On 23 juil, 08:30, Lideln wrote: > Up > > On 20 juil, 18:46, Lideln wrote: > > > Hi, > > > Thanks for the answer. > > > Here is a bit of my script : > > > [code] > > // Constructing the modal... > > SModule_gallery.oGalleryMo

[jQuery] Re: li/img click and window.keydown

2009-07-22 Thread Lideln
Up On 20 juil, 18:46, Lideln wrote: > Hi, > > Thanks for the answer. > > Here is a bit of my script : > > [code] > // Constructing the modal... > SModule_gallery.oGalleryModal.jqm({modal: true}) >                         .width

[jQuery] Re: li/img click and window.keydown

2009-07-20 Thread Lideln
n the img item) Thanks for any help ! :) On 20 juil, 12:19, Liam Potter wrote: > show us you script and stop bumping so often. > > Lideln wrote: > > Up ! > > > On 17 juil, 22:47, Lideln wrote: > > >> Up ! :) > > >> On 16 juil, 22:32, Lideln wrote

[jQuery] Re: li/img click and window.keydown

2009-07-19 Thread Lideln
Up ! On 17 juil, 22:47, Lideln wrote: > Up ! :) > > On 16 juil, 22:32, Lideln wrote: > > > up > > > On 16 juil, 08:10, Lideln wrote: > > > > up ! > > > > (wow, this forum gets 10 new posts per hour) > > > > On 15 juil, 21

[jQuery] Re: li/img click and window.keydown

2009-07-17 Thread Lideln
Up ! :) On 16 juil, 22:32, Lideln wrote: > up > > On 16 juil, 08:10, Lideln wrote: > > > up ! > > > (wow, this forum gets 10 new posts per hour) > > > On 15 juil, 21:52, Lideln wrote: > > > > Hi everybody ! > > > > I have

[jQuery] Re: li/img click and window.keydown

2009-07-16 Thread Lideln
up On 16 juil, 08:10, Lideln wrote: > up ! > > (wow, this forum gets 10 new posts per hour) > > On 15 juil, 21:52, Lideln wrote: > > > Hi everybody ! > > > I have a jqModal window, and I would like to close it using the ESC > > key. For that purpo

[jQuery] Re: li/img click and window.keydown

2009-07-15 Thread Lideln
up ! (wow, this forum gets 10 new posts per hour) On 15 juil, 21:52, Lideln wrote: > Hi everybody ! > > I have a jqModal window, and I would like to close it using the ESC > key. For that purpose, I assign my modal a keydown() event, and if > keyCode == 27, I close the moda

[jQuery] li/img click and window.keydown

2009-07-15 Thread Lideln
Hi everybody ! I have a jqModal window, and I would like to close it using the ESC key. For that purpose, I assign my modal a keydown() event, and if keyCode == 27, I close the modal. It works fine, except when I click on another element in the modal first I have to press 2 times ESC : the f

[jQuery] Re: BlockUI overlapping issue with element negative margin

2009-06-19 Thread lideln
Hi ! The bug occurs on IE and FF (I've not tested others). I already tried to give a high zindex but with no success. I haven't tried position:relative on my UL yet, I'll try it at work on monday, or maybe I'll reproduce the case at home and try it here. malsup wrote: > > >> So there is no

[jQuery] Re: BlockUI overlapping issue with element negative margin

2009-06-19 Thread lideln
So there is no way to fix/correct that behavior ? Like maybe modifying my ul or my li ? Thanks for your help Mike malsup wrote: > > >> Yes it is modified, because the div itself (not the blocking overlay) >> comes >> over the ul/li elements when calling blockUI on it. > > To clarify, the

[jQuery] Re: BlockUI overlapping issue with element negative margin

2009-06-19 Thread lideln
Hi, Yes it is modified, because the div itself (not the blocking overlay) comes over the ul/li elements when calling blockUI on it. And yep I tried to change the baseZ option. I set it to 1, 0... And I set my ul/li zindex to 1 with no effect. Here is some sample code, so that is easier

[jQuery] BlockUI overlapping issue with element negative margin

2009-06-19 Thread lideln
calling blockUI on that DIV, it makes the div go above the UL/LI elements. I tried to change the zindex values everywhere, with no effect. I do not understand why the DIV is modified by blockUI ? Thank you if you have a solution to this issue :) Lideln -- View this message in context: http

[jQuery] Re: Compute body width WITHOUT scrollbars

2009-06-15 Thread Lideln
Hi ! Thank you for the answer ! I will test that tomorrow and I'll keep you posted. Good evening, and thanks again ! On Jun 15, 6:48 pm, "mike.helgeson" wrote: > This might be helpful:http://plugins.jquery.com/project/getscrollbarwidth > > On Jun 15, 11:32 am, Lid

[jQuery] Compute body width WITHOUT scrollbars

2009-06-15 Thread Lideln
Hi all, I have an application that resizes itself upon window resize. The problem is that if I resize down the window so it is smaller, two scrollbars appear during resize (nothing new for now...), but the computed body width is the width with the scrollbars. Then, when I stop resizing, my app r

[jQuery] Re: document.body is null or is not an object

2009-06-15 Thread Lideln
IE still won't work). Thanks anyway, everyone, for your help ! On Jun 12, 8:33 pm, Lideln wrote: > Hi ! > > Thanks for the answer. But, if it is due to the code, why does it work > on another developer computer, with the exact same code ? > And why would it work for one tester

[jQuery] Re: document.body is null or is not an object

2009-06-12 Thread Lideln
e the jquery script, and how you are > initializing the page body? > > On Jun 12, 4:21 am, Lideln wrote: > > > Up :) > > > On Jun 10, 6:40 pm, Lideln wrote: > > > > Up ! > > > > I really need some help... Am I the only one experiencing such

[jQuery] Re: document.body is null or is not an object

2009-06-12 Thread Lideln
Up :) On Jun 10, 6:40 pm, Lideln wrote: > Up ! > > I really need some help... Am I the only one experiencing such a > problem ? > I can't use IE6 for now... It's really paralyzing me because I work in > a professional environment. > > Thank you all for

[jQuery] Re: document.body is null or is not an object

2009-06-10 Thread Lideln
Up ! I really need some help... Am I the only one experiencing such a problem ? I can't use IE6 for now... It's really paralyzing me because I work in a professional environment. Thank you all for your help ! On Jun 8, 12:18 pm, Lideln wrote: > Hi, > > Thank you f

[jQuery] Re: document.body is null or is not an object

2009-06-08 Thread Lideln
Hi, Thank you for that long answer ! The problem is that on my computer and that of my colleague where it bugs, we are automatically redirected to the login page. So it'll be hard to compare the two versions of HTML. I also tried to deactivate debugging in IE6 (the two checkboxes in the options

[jQuery] Re: document.body is null or is not an object

2009-06-08 Thread Lideln
Hop another fresh news update : It works for another colleague who is pointing on my machine... But it doesn't for I and another colleague. My apache-thing idea does not suit now... I'm totally lost... On Jun 8, 10:08 am, Lideln wrote: > Ok, another discovery : > > May

[jQuery] Re: document.body is null or is not an object

2009-06-08 Thread Lideln
works fine on all browsers except IE6, and also that I made NO modification to my conf (except to create the new vhost of course) Any idea ? On Jun 8, 9:27 am, Lideln wrote: > Could it be that it comes from hardware or something else, rather than > the code itself ? > > Because I del

[jQuery] Re: document.body is null or is not an object

2009-06-08 Thread Lideln
Could it be that it comes from hardware or something else, rather than the code itself ? Because I deleted my work folder, and I checkouted from SVN to a revision that was working for me last week... And guess what ? It still bugs ! I don't understand a thing... On Jun 8, 9:07 am, L

[jQuery] Re: document.body is null or is not an object

2009-06-08 Thread Lideln
fessionnal application and I can't commit anything as long as it does not work in IE6... Thank you all, Lideln On Jun 8, 6:50 am, Lideln wrote: > Hi, > > Thank you all for your answers ! > > The problem is, that nobody else got this error, just me. And the > other p

[jQuery] Re: document.body is null or is not an object

2009-06-07 Thread Lideln
eally tried a lot of things to make it work... Thanks, Lideln On 7 juin, 05:47, Ricardo wrote: > That's a check for proper W3C box model support, as you can see it > runs on document.ready (jQuery(function...), so it's impossible that > the document body doesn't exist yet. K

[jQuery] Re: document.body is null or is not an object

2009-06-06 Thread Lideln
... > > jQuery("body").append("") > > On Fri, Jun 5, 2009 at 9:07 AM, Lideln wrote: > > > Hi ! > > > I have an issue... What is weird, is that my colleagues don't have > > it ! (and I did not have it this morning) > > It happens only

[jQuery] document.body is null or is not an object

2009-06-05 Thread Lideln
Hi ! I have an issue... What is weird, is that my colleagues don't have it ! (and I did not have it this morning) It happens only on IE6... Everything is fine under Firefox (3), Safari (4 beta) and Opera (9.64). When logging in into my application, IE tells me "document.body is null or is not an

[jQuery] Re: Reuse ajax calls

2009-05-27 Thread Lideln
On May 27, 6:00 pm, Scott Sauyet wrote: > Lideln wrote: > > Is there a way to store ajax calls in variables and reuse them later ? > > I saw that $.ajax is returning the XHR object, maybe it could be a > > lead ? > > Are you trying to save the XHR object jQuery

[jQuery] Re: disabling all click events on all DOM elements for a small bit of time

2009-05-27 Thread Lideln
Hi, I think you should use the blockUI plugin. It's really simple, and exactly what you are looking for, unless I'm mistaken. On May 27, 7:58 pm, con-man-jake wrote: > I am new to jquery and to web development in general. > I have many elements (over 100) on a page each with an onclick event >

[jQuery] Reuse ajax calls

2009-05-27 Thread Lideln
Hi ! Is there a way to store ajax calls in variables and reuse them later ? I saw that $.ajax is returning the XHR object, maybe it could be a lead ? For example, I would like to do : [code] var SClass = { oSavedAjaxRequest: null, doMyRequest: function() { if (SClass.oSaved

[jQuery] Re: How do you disable it ?

2009-05-24 Thread Lideln
.remove(), it says it does not remove the jquery object or something. What does it imply if I really want to free all the memory ? Thanks a lot ! On 24 mai, 22:04, Lideln wrote: > Hi all, > > I have been wondering how one could disable the clueTip plugin applied > to some elements ? >

[jQuery] [clueTip] How do you disable it ?

2009-05-24 Thread Lideln
Hi all, I have been wondering how one could disable the clueTip plugin applied to some elements ? I did not find the proper option in the API. Why do I neet to do that ? I am writing an application that contains windows. And the windows contain a "close" button, with a tooltip on it. When closin

[jQuery] Re: A few issues...

2009-05-24 Thread Lideln
Now the thread is in the jquery ui group : http://groups.google.com/group/jquery-ui/browse_thread/thread/6643c7957eb9ce0d On 24 mai, 03:00, Lideln wrote: > Youhou ! A last one before going to bed : > > I found the option 'disable/enable' and it was exactly what I was >

[jQuery] Re: A few issues...

2009-05-23 Thread Lideln
ugin, it's the only jquery flaw for now. Please do not hesitate to contribute to this thread, especially if you have answers/workarounds :-) On 24 mai, 02:47, Lideln wrote: > Another thing... > > When using the resizable plugin, and by using it I mean resizing the > window, it somehow

[jQuery] Re: A few issues...

2009-05-23 Thread Lideln
lute positionning for my windows all the time... But if possible I would like to keep my relative positionning intact. On 23 mai, 23:49, Lideln wrote: > I forgot : > My example, using this pluggin, is : > [code] > SApplication.oContent.append('\ >                          

[jQuery] Re: A few issues...

2009-05-23 Thread Lideln
containment: SApplication.oContent, minHeight: 100, minWidth: 200 }); [/code] If you need anything else, please let me know On 23 mai, 23:45, Lideln

[jQuery] [ui resizable] A few issues...

2009-05-23 Thread Lideln
Hi all, I am using the jquery-ui resizable plugin, but I encountered some issues : 1) I had to add the ".ui-resizable" css for that plugin to work (hopefully I found a website explaining that workaround) 2) there is no "scroll" option like in draggable (!?) 3) the containment option does not work

[jQuery] [clueTip] Issue with hoverIntent

2009-05-17 Thread Lideln
Hi, I have been using clueTip, and decided to use the hoverIntent feature. Unfortunately, in some cases, the tooltip does not hide when I move away from the element, and stays displayed forever. It happens when I move quickly the mouse out of the element after a very short delay (the tooltip is a

[jQuery] Re: jQuery 1.3 and ">" selector

2009-01-19 Thread lideln
oject/validate > > --Karl > > > Karl Swedberg > www.englishrules.com > www.learningjquery.com > > > > > On Jan 19, 2009, at 2:30 PM, lideln wrote: > >> >> >> I found the issue !! >> >> It was caused by the plugin

[jQuery] Re: jQuery 1.3 and ">" selector

2009-01-19 Thread lideln
I found the issue !! It was caused by the plugin "Validate". (maybe that plugin was redefining selectors ?) I'll try to see if there is an update. Thanks a lot, lideln wrote: > > Oh, nice ! > > Ok I'll wait for the 1.3.1 ! > But I'll che

[jQuery] Re: jQuery 1.3 and ">" selector

2009-01-19 Thread lideln
ive > it a try. > > - ricardo > > On Jan 19, 1:04 am, lideln wrote: >> Hi, thanks for the fast answer ! >> >> My menu bar does not work, and the basic example I gave you doesn't work >> either with jQuery 1.3, but they both work fine with jQuery 1.2.6. &

[jQuery] Re: jQuery 1.3 and ">" selector

2009-01-18 Thread lideln
other script is messing with sizzle... ?? ricardobeat wrote: > > > There is certainly something else, maybe bad mark-up or another script > messing with jQuery. It's working fine as you can see at > http://jsbin.com/ojito/ > > On Jan 18, 11:59 pm, lideln wrote: >&

[jQuery] jQuery 1.3 and ">" selector

2009-01-18 Thread lideln
Hi all, I'm using jQuery 1.3, and I'm having troubles with the ">" selector : it only returns ONE element ! [code] bla bla bla bla bla bla bla bla bla [/code] [code] var aSel = $("#coucou > .test"); log(aSel); // displays : Obj

[jQuery] Re: jQuery - clueTip : how to disable it ?

2008-05-25 Thread Lideln
, Ryura <[EMAIL PROTECTED]> wrote: > I tend to store the object before tooltip cloned in a variable, then > when the tooltip is no longer needed, remove the old object and do a > nice after(var); > > ie: > > var x = $("#id").clone(); > x.clueTip(); > $("

[jQuery] jQuery - clueTip : how to disable it ?

2008-05-25 Thread Lideln
Hi all, Is there a way to "remove" clueTip from an object ? Here is the thing : I do some ajax in my pages, and for the emails (for example), if it is read, I display a tooltip indicating the read date, and if it not, I don't want to display any tooltip. But at page load it is not complicated. I