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

2009-08-10 Thread Lideln
Up On 23 juil, 08:30, Lideln lid...@gmail.com wrote: Up On 20 juil, 18:46, Lideln lid...@gmail.com wrote: Hi, Thanks for the answer. Here is a bit of my script : [code] // Constructing the modal... SModule_gallery.oGalleryModal.jqm({modal: true

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

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

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

2009-07-20 Thread Lideln
Up ! On 17 juil, 22:47, Lideln lid...@gmail.com wrote: Up ! :) On 16 juil, 22:32, Lideln lid...@gmail.com wrote: up On 16 juil, 08:10, Lideln lid...@gmail.com wrote: up ! (wow, this forum gets 10 new posts per hour) On 15 juil, 21:52, Lideln lid...@gmail.com wrote

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

2009-07-20 Thread Lideln
. Lideln wrote: Up ! On 17 juil, 22:47, Lideln lid...@gmail.com wrote: Up ! :) On 16 juil, 22:32, Lideln lid...@gmail.com wrote: up On 16 juil, 08:10, Lideln lid...@gmail.com wrote: up ! (wow, this forum gets 10 new posts per hour) On 15 juil, 21:52, Lideln lid...@gmail.com

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

2009-07-17 Thread Lideln
Up ! :) On 16 juil, 22:32, Lideln lid...@gmail.com wrote: up On 16 juil, 08:10, Lideln lid...@gmail.com wrote: up ! (wow, this forum gets 10 new posts per hour) On 15 juil, 21:52, Lideln lid...@gmail.com wrote: Hi everybody ! I have a jqModal window, and I would like

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

2009-07-16 Thread Lideln
up ! (wow, this forum gets 10 new posts per hour) On 15 juil, 21:52, Lideln lid...@gmail.com 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 modal

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

2009-07-16 Thread Lideln
up On 16 juil, 08:10, Lideln lid...@gmail.com wrote: up ! (wow, this forum gets 10 new posts per hour) On 15 juil, 21:52, Lideln lid...@gmail.com 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

[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

[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: 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] 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 zIndex of

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

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

2009-06-15 Thread Lideln
). Thanks anyway, everyone, for your help ! On Jun 12, 8:33 pm, Lideln lid...@gmail.com 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 out of 3 ? I can't explain

[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

[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 mike.helge...@gmail.com wrote: This might be helpful:http://plugins.jquery.com/project/getscrollbarwidth On Jun 15, 11:32 am, Lideln lid

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

2009-06-12 Thread Lideln
Up :) On Jun 10, 6:40 pm, Lideln lid...@gmail.com 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 your help ! On Jun 8, 12:18 pm

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

2009-06-12 Thread Lideln
body? On Jun 12, 4:21 am, Lideln lid...@gmail.com wrote: Up :) On Jun 10, 6:40 pm, Lideln lid...@gmail.com 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

[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 lid...@gmail.com wrote: Hi, Thank you for that long

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

2009-06-08 Thread Lideln
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 lid...@gmail.com wrote: Hi, Thank you all for your answers ! The problem is, that nobody else got this error, just me. And the other problem is that neither Firebug

[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, Lideln lid

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

2009-06-08 Thread Lideln
, is that it 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 lid...@gmail.com wrote: Could it be that it comes from hardware or something else, rather than the code itself ? Because I

[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 lid...@gmail.com wrote: Ok, another discovery : Maybe it does

[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

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

2009-06-07 Thread Lideln
tried a lot of things to make it work... Thanks, Lideln On 7 juin, 05:47, Ricardo ricardob...@gmail.com 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. Kranti

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

2009-06-06 Thread Lideln
Hi, I am using strict doctype, but I think I tried loose too but no success. I don't do the append thing, what I quoted is the jquery 3.2 library code where it fails (I was previously using the minified version, but not handy to debug) Any idea ? On Jun 6, 5:27 am, Aaron Gundel

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

[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 jakedim...@gmail.com wrote: I am new to jquery and to web development in general. I have many elements (over 100) on a page each with

[jQuery] Re: Reuse ajax calls

2009-05-27 Thread Lideln
On May 27, 6:00 pm, Scott Sauyet li...@sauyet.com 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 uses internally

[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 lid...@gmail.com wrote: Youhou ! A last one before going to bed : I found the option 'disable/enable' and it was exactly what I was looking

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

[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 lid...@gmail.com wrote: Hi all, I have been wondering how one could disable the clueTip plugin applied to some elements ? I

[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] Re: A few issues...

2009-05-23 Thread Lideln
: 200 }); [/code] If you need anything else, please let me know On 23 mai, 23:45, Lideln lid...@gmail.com wrote: 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

[jQuery] Re: A few issues...

2009-05-23 Thread Lideln
... But if possible I would like to keep my relative positionning intact. On 23 mai, 23:49, Lideln lid...@gmail.com wrote: I forgot : My example, using this pluggin, is : [code] SApplication.oContent.append('div class=window id=window_' + sPage

[jQuery] Re: A few issues...

2009-05-23 Thread Lideln
to contribute to this thread, especially if you have answers/workarounds :-) On 24 mai, 02:47, Lideln lid...@gmail.com wrote: Another thing... When using the resizable plugin, and by using it I mean resizing the window, it somehow creates bars around my window (some ui-resizable- handle). Why

[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

[jQuery] Re: jQuery 1.3 and selector

2009-01-19 Thread lideln
19, 1:04 am, lideln lid...@gmail.com 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. You think it's because my XHTML is invalid ? I think it will be hard

[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 check my XHTML anyway. Thanks again Ricardo

[jQuery] Re: jQuery 1.3 and selector

2009-01-19 Thread lideln
--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 Validate. (maybe that plugin was redefining selectors ?) I'll try to see if there is an update. Thanks

[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] div id=coucou div class=testbla/div div class=testbla/div div class=test2bla/div div class=testbla/div div class=test2bla/div div

[jQuery] Re: jQuery 1.3 and selector

2009-01-18 Thread lideln
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 lid...@gmail.com wrote: Hi all, I'm using jQuery 1.3, and I'm

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

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

2008-05-25 Thread Lideln
] 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(); $(#id).remove().after(x); On May 25, 9:18 am, Lideln [EMAIL PROTECTED] wrote: Hi