Re: [jQuery] [jquery] bug? ($.post) 'null' is null or not a valid object (ie)

2006-11-25 Thread Jörn Zaefferer
Hi Rafael! hey, this is where im getting this error. http://www.magictour.com.br/windstar/montagem.cfm (sorry but i havent got time to make the example in another page) Steps: Choose a processor (my advice: one of the 'testes') then choose a MoBo, it should do 3 $.post(), but sometimes i

Re: [jQuery] Ajaxstop() having problems in IE?

2006-11-25 Thread Jörn Zaefferer
Guntur N. Sarwohadi schrieb: Oh.. ok ok.. i understand your point. so i think it's also best to just use either the success parameter in $.ajax or the ajax listeners (ajaxStop, ajaxStart, etc) and not both? In a way, i realize it's also redundant to add the success parameter just to call

[jQuery] TableEditor: Flexible In Place editing of HTML Tables (with tableSorter support)

2006-11-25 Thread Brice Burgess
I have revisited my tableEditor plugin to add user defined handler functions. From the webpage; TableEditor provides flexible in place editing of HTML tables. User defined handler functions can easily be dropped in to, for example, update the data source via an AJAX request. Currently this

Re: [jQuery] Working on a getScripts plugin

2006-11-25 Thread Christof Donat
Hi, In another thread (getScript error), we were discussing alternatives because it seems not to work as expected, at least for a delay of 0 milliseconds. Are you talking about this thread? http://www.nabble.com/eval.call(-window,jscode)-does-not-work-in-IE-tf2202851.html#a6099563 The

Re: [jQuery] Zooming ThickBox

2006-11-25 Thread Christopher Jordan
Wow. That is super cool! I'd love to see this ported to jQuery. :o) Chris Glen Lipka wrote: http://vikjavev.no/highslide/ Someone pointed this out to me. It has a wonderful interaction. I'm wondering how hard it would be to recreate using jQuery. Glen

[jQuery] .val() confusion

2006-11-25 Thread Bruce MacKay
Hi folks, I have a form containing, amongst other things, a hidden input element (id=sAction) with its value set to add when the page first loads. By clicking an item on an accompanying list (to call fnEditThisAsset), data from that item are loaded into the form and sAction's value is

Re: [jQuery] Working on a getScripts plugin

2006-11-25 Thread Christof Donat
Hi, I've looked at your package.js, and I've found that you use the setTimeout method for evaluating the loaded script in the global scope, with a delay of 1 millisecond. Don't you have any problems with that? No, I have not experienced any problems with that up to now. I guess, that it

Re: [jQuery] Zooming ThickBox

2006-11-25 Thread Karl Swedberg
On Nov 25, 2006, at 12:44 AM, Glen Lipka wrote: http://vikjavev.no/highslide/ Someone pointed this out to me. It has a wonderful interaction. I'm wondering how hard it would be to recreate using jQuery. I wonder if a combination of the Interface and Thickbox plugins could recreate this

[jQuery] [OT] Firefox 2.0 Annoying Errors

2006-11-25 Thread Stephen Woodbridge
Hi all, I recently upgrade to Firefox 2.0 and I get the following annoying error message on basically every request. [Exception... Component is not available nsresult: 0x80040111 (NS_ERROR_NOT_AVAILABLE) location: JS frame ::

[jQuery] Feature-Request Thickbox

2006-11-25 Thread Olaf Bosch
Hi all, If it is possible with the keyboard popup to close, ala ALT+F4 on Win Apple+w on MAC Thanks -- Viele Grüße, Olaf --- [EMAIL PROTECTED] http://olaf-bosch.de www.akitafreund.de --- ___

Re: [jQuery] Ajaxstop() having problems in IE?

2006-11-25 Thread Jörn Zaefferer
Jörn Zaefferer schrieb: Guntur N. Sarwohadi schrieb: Oh.. ok ok.. i understand your point. so i think it's also best to just use either the success parameter in $.ajax or the ajax listeners (ajaxStop, ajaxStart, etc) and not both? In a way, i realize it's also redundant to add the

Re: [jQuery] [jquery] bug? ($.post) 'null' is null or not a valid object (ie)

2006-11-25 Thread Jörn Zaefferer
Jörn Zaefferer schrieb: Hi Rafael! hey, this is where im getting this error. http://www.magictour.com.br/windstar/montagem.cfm (sorry but i havent got time to make the example in another page) Steps: Choose a processor (my advice: one of the 'testes') then choose a MoBo, it should do 3

[jQuery] Sluggish Interface Drag Drop?

2006-11-25 Thread Felix Geisendörfer
Hi, first of all, I love the Interface library, together with Thickbox it's one of my favorite plugins (well it's more like a library) around. Nevertheless I have a little problem with it. I currently am working on a mockup for calendar (a big one, not a JS date picker) and use the

Re: [jQuery] [jquery] bug? ($.post) 'null' is null or not a valid object (ie)

2006-11-25 Thread Rafael Santos
Okay, i will, i just dont know how to surf @ jquery.com/svn =( ... im so novice! =X 2006/11/25, Jörn Zaefferer [EMAIL PROTECTED]: Jörn Zaefferer schrieb: Hi Rafael! hey, this is where im getting this error. http://www.magictour.com.br/windstar/montagem.cfm (sorry but i havent got time to

[jQuery] Stop using thickbox!

2006-11-25 Thread Webunity | Gilles van den Hoven
And use my window plugin :) Why? Thickbox was made for images Window plugin was made for popups (dialogs) Just my $0.02 -- Gilles http://gilles.jquery.com/window/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Dragan Krstic
But, I have a feelling that your plugin is very slow OTOH, semanticaly, you are right 2006/11/25, Webunity | Gilles van den Hoven [EMAIL PROTECTED]: And use my window plugin :) Why? Thickbox was made for images Window plugin was made for popups (dialogs) Just my $0.02 -- Gilles

Re: [jQuery] Sluggish Interface Drag Drop?

2006-11-25 Thread Erik Beeson
Not sure what to tell you. It seems to work fine for me. Do you have the same problem with the interface demos? I've always just drug DIVs. Maybe just for testing, try replacing the LI with a span or div? Good luck, Erik On 11/25/06, Felix Geisendörfer [EMAIL PROTECTED] wrote: Hi, first of

Re: [jQuery] Feature-Request Thickbox

2006-11-25 Thread Erik Beeson
The shortcuts you mention will close the whole browser window. It's pretty straight forward to bind ESC to close a window (on windows at least). --Erik On 11/25/06, Olaf Bosch [EMAIL PROTECTED] wrote: Hi all, If it is possible with the keyboard popup to close, ala ALT+F4 on Win Apple+w on

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Matt Stith
Theres many reasons why someone would want to use thickbox instead of your plugin. 1. Your plugin uses tables, noone likes tables. 2. Your plugin is slow compared to thickbox 3. Your plugin uses a bunch of things from the Interface library, thickbox only needs jquery. 4. Your plugin is a bit

Re: [jQuery] Feature-Request Thickbox

2006-11-25 Thread Olaf Bosch
Erik Beeson schrieb: The shortcuts you mention will close the whole browser window. It's pretty straight forward to bind ESC to close a window (on windows at least). Yes I know this, is it to be headlined/overwrite possibly this function? If not, how I can bind it to ESC If it is possible

Re: [jQuery] Zooming ThickBox

2006-11-25 Thread geezer
Thats really nice... id love to see it jquery ized. Glen Lipka wrote: http://vikjavev.no/highslide/ Someone pointed this out to me. It has a wonderful interaction. I'm wondering how hard it would be to recreate using jQuery. Glen ___

[jQuery] missing ) in parenthetical

2006-11-25 Thread Mungbeans
I am trying to create and load a select box after another select box has been updated. Here is the code: function towns(){ stateVal=document.namesearch.state.value; $(li#towns).load(test.php, (state:stateVal)); } $(document).ready(function(){ $(#state).change( function() {

Re: [jQuery] missing ) in parenthetical

2006-11-25 Thread Chris Domigan
Replace (state:stateVal) with {state:stateVal} :) Chris ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Sluggish Interface Drag Drop?

2006-11-25 Thread Chris Domigan
Felix, I'm using the Drag and Drop plugin for an almost identical project. I've found that when I display several months at a time, ie alot of ul's, performance gets very very sluggish like you mention. I think it's because when you pick up a draggable, the script has to go through each ul and

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Christopher Jordan
Yay! It's out! Thanks Gilles. Great work. I can't wait to start using it. Now, we need a little repository for different themes. :o) Chris Dragan Krstic wrote: But, I have a feelling that your plugin is very slow OTOH, semanticaly, you are right 2006/11/25, Webunity | Gilles van den

Re: [jQuery] Safari problem with html() ... possible bug?

2006-11-25 Thread Klaus Hartl
Subway schrieb: Hi, I have some hidden information on my page that I readout with html(). The info info are HTML comments that look like this: div class=redentry_dark id=s_item_6 !-- 31352 6 -- div id=overlight ... Now in Firefox html() takes the whole: !-- 31352 6 --

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Roberto Ortelli
uhm, all the samples seems not working on the last version of Safari ;) 2006/11/25, Matt Stith [EMAIL PROTECTED]: Theres many reasons why someone would want to use thickbox instead of your plugin. 1. Your plugin uses tables, noone likes tables. 2. Your plugin is slow compared to thickbox 3.

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Christopher Jordan
What's wrong with tables? Tables allow this box to be themeable, right? I agree that tables prolly shouldn't be used to layout an entire page, but this is a little popup (or a big one)... in either case, it just lays out the frame within which the content of the popup is held. I don't think

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Matt Stith
Its very possible to make the box themeable with CSS. On 11/25/06, Christopher Jordan [EMAIL PROTECTED] wrote: What's wrong with tables? Tables allow this box to be themeable, right? I agree that tables prolly shouldn't be used to layout an entire page, but this is a little popup (or a big

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Christopher Jordan
Okay. Well, Gilles seemed to think there was a problem with it. I still don't see the problem. Oh well. :o) Chris Matt Stith wrote: Its very possible to make the box themeable with CSS. On 11/25/06, *Christopher Jordan* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: What's wrong

Re: [jQuery] missing ) in parenthetical

2006-11-25 Thread Mungbeans
Chris Domigan wrote: Replace (state:stateVal) with {state:stateVal} Ahh - thanks Chris. I would have checked with the documentation but the JQuery site was playing up last night. I see its now back to normal. (Yay!) The ajax tutorial I was following was a rather fuzzy YouTube clip, so

Re: [jQuery] missing ) in parenthetical

2006-11-25 Thread Matt Stith
Check out this site when the main docs are down: http://www.visualjquery.com/ On 11/25/06, Mungbeans [EMAIL PROTECTED] wrote: Chris Domigan wrote: Replace (state:stateVal) with {state:stateVal} Ahh - thanks Chris. I would have checked with the documentation but the JQuery site was

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Klaus Hartl
Christopher Jordan schrieb: What's wrong with tables? Tables allow this box to be themeable, right? No, that's CSS (at least in 2006). Tables are for tabular data. I don't see any need for tables to let something be themeable. Apart from that, you can make an element render like a table with

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Christopher Jordan
What about what Gilles says on his demo page: Layout of the dialogs To be honest one of the first things i started on was the dialog itself. I decided to go for CSS a table layout. What? Tables!? They are so... 1995! Yeah i know, but in this particular scenario tables where the only way to

Re: [jQuery] Safari problem with html() ... possible bug?

2006-11-25 Thread Subway
Klaus Hartl-3 wrote: You could access the comment node, it should be a node as every other node. Here's an outline (not tested): var nodes = $('#s_item_6').get(0).getElementsByTagName('*'); for (var i = 0; i nodes.length; i++) { var node = nodes[i]; if (node.nodeType ==

Re: [jQuery] [OT] Firefox 2.0 Annoying Errors

2006-11-25 Thread Ⓙⓐⓚⓔ
not jquery. I get a bunch of errors each time I start up ff 2... they don't recur. do yours? On 11/25/06, Stephen Woodbridge [EMAIL PROTECTED] wrote: Hi all, I recently upgrade to Firefox 2.0 and I get the following annoying error message on basically every request. [Exception... Component

Re: [jQuery] Safari problem with html() ... possible bug?

2006-11-25 Thread Mike Alsup
I get a 'COMMENT_NODE is not defined' error message (in Firefox). This is my implementation: Replace COMMENT_NODE with the number 8. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Feature-Request Thickbox

2006-11-25 Thread Olaf Bosch
Olaf Bosch schrieb: Erik Beeson schrieb: The shortcuts you mention will close the whole browser window. It's pretty straight forward to bind ESC to close a window (on windows at least). Thanks Erik, Have I badly expressed it? I meant the Thickbox PopUp, i want to close this ;) Oh, sorry,

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Klaus Hartl
Christopher Jordan schrieb: What about what Gilles says on his demo page: Layout of the dialogs To be honest one of the first things i started on was the dialog itself. I decided to go for CSS a table layout. What? Tables!? They are so... 1995! Yeah i know, but in this particular

Re: [jQuery] Safari problem with html() ... possible bug?

2006-11-25 Thread Subway
malsup wrote: I get a 'COMMENT_NODE is not defined' error message (in Firefox). This is my implementation: Replace COMMENT_NODE with the number 8. Error gone, but I still don't get the HTML comment. Well, I'll just put the info into a hidden div for now. Fredi -- View this message in

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Christopher Jordan
I see. So is it like the lesser of two evils (because IE doesn't comply with all the standard CSS gizmos, like display: table-cell)? Either you use tables, or you have to use conditional comments, and some other CSS-for-IE hacks to make it work? Does that sound about right? And, is this really

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Gavin M. Roy
Unfortunately both are unusable to a degree. While yours uses table for layout, which I avoid like the plague and thickbox has hardcoded javascript values for getting at data, both of you suffer from requiring control of the body tag. I often in design separate html and body from each

Re: [jQuery] [OT] Firefox 2.0 Annoying Errors

2006-11-25 Thread Michael Geary
This has nothing to do with jQuery, but I'm hoping that some of you might have seen this and figured out how to make it go away. I have googled for it, but nothing helpful showed up. not jquery. I get a bunch of errors each time I start up ff 2... they don't recur. do yours? Did you

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Su
On 11/25/06, Webunity | Gilles van den Hoven [EMAIL PROTECTED] wrote: And use my window plugin :) I realize there's a smiley on the end, but this really /is/ a joke, right? Your plugin frankly isn't anywhere near ready for public use, as much as I wish it were.

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Rey Bango
Gilles, Congrats on getting this out my man. I know you've been working hard on trying to make the first cut simply awesome. Hopefully, you'll take some of the feedback given as a basis to further improve a great piece of work. I'm looking forward to using it myself and while some hard core

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Rey Bango
Su, if you're going to make a comment like that, at least have the courtesy to: 1) Cite the reasons that you feel his work isn't ready 2) Offer up solutions or examples that could help him out in improving his work Gilles is trying to provide functionality which really isn't available to the

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Christopher Jordan
I agree. Thanks for saying that Rey. Cheers, Chris Rey Bango wrote: Su, if you're going to make a comment like that, at least have the courtesy to: 1) Cite the reasons that you feel his work isn't ready 2) Offer up solutions or examples that could help him out in improving his work Gilles

Re: [jQuery] [OT] Firefox 2.0 Annoying Errors

2006-11-25 Thread Ⓙⓐⓚⓔ
YUP it's the upgrade not clearing out old stuff! I didn't bother with the re-install, but I bet it is the best bet! On 11/25/06, Michael Geary [EMAIL PROTECTED] wrote: This has nothing to do with jQuery, but I'm hoping that some of you might have seen this and figured out how to make it go

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Klaus Hartl
Rey Bango schrieb: some hard core CSS fans might not use it because of tables To me, that has nothing to do with fanism, it's more about using things the way they are meant to and also, if it weren't a javascript window, that is not much accessible anyway, about accessibility. -- Klaus

Re: [jQuery] [OT] Firefox 2.0 Annoying Errors

2006-11-25 Thread Stephen Woodbridge
Ⓙⓐⓚⓔ wrote: not jquery. I get a bunch of errors each time I start up ff 2... they don't recur. do yours? Yeah this error occurs with every page load of ajax transaction. It fills up firebug with errors. Very annoying. -Steve On 11/25/06, Stephen Woodbridge [EMAIL PROTECTED] wrote: Hi all,

Re: [jQuery] [OT] Firefox 2.0 Annoying Errors

2006-11-25 Thread Stephen Woodbridge
Michael Geary wrote: This has nothing to do with jQuery, but I'm hoping that some of you might have seen this and figured out how to make it go away. I have googled for it, but nothing helpful showed up. not jquery. I get a bunch of errors each time I start up ff 2... they don't recur.

Re: [jQuery] Stop using thickbox!

2006-11-25 Thread Rob D
Hay Gilles, Thanks for your all your hard work. I too really appreciate your efforts. Kind regards Rob ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQuery namespacing your code

2006-11-25 Thread Aloyzas Rimeika
jQuery.package = function(ns, obj) { ns = ns.split('.'); var cur = window, i; while ( i = ns.shift() ) cur = cur[i] || ( cur[i] = {} ); if ( obj ) jQuery.extend(cur, obj); }; $.package('example.ns', { example: function(){ // Some stuff... } }); On 11/20/06,