[jQuery] css('height') does not work?!
> shouldn't css('height') return the height of an element?
[jQuery] Rounded Corners plugin broken with jQuery 1.0?
> Dropped jQuery 1.0 (uncompressed) into a work in progress and all my
[jQuery] Autocomplete invasion
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=utf-8"> <META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=140370514-29082006><FONT face=Arial color=#0000ff size=2>Stefan...</FONT></SPAN></DIV> <DIV><SPAN class=140370514-29082006><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV><SPAN class=140370514-29082006><FONT face=Arial color=#0000ff size=2>It looks nice, but
[jQuery] jQuery copy constructor
Hi! In a recent project I often needed to copy a jQuery object to perform a subquery without losing the original object. As far as I can see there is no "official way" to do this so I came up with a small extension function: $.fn.newQuery = function() { var c = $(); c.cur = $.merge([], this.cur); return c; } Usage example: // I need these queries very often so I want to save the results // within a variable $fields = $('input.dynamic, textarea.dynamic, select.dynamic'); $requiredFields = $fields.newQuery().filter('.required');
[jQuery] jQuery 1.0 + Thickbox 2 problems?
Thanks for the reply, Dan. jQuery is the only javascript we're loading (because, frankly, I don't know enough javascript to use anything else!), plus the forms & thickbox plugins. I reverted back to the old jquery-svn from the jQuery site (revision 88?) and it all works tickity-boo again. The AJAX-enabled forms are working as they should, and FF reports no errors :-) It's a mystery why it would work for you and not for me, but now I have it working again (even if it is with an old version) I'm not
[jQuery] qooxdoo GUI framework
Okay, third attempt, dunno what I'm doing wrong :/ Just wanted to point the list at http://qooxdoo.org/ After looking at the demos, it seems to be a quite interessting gui framework. I wonder if the codebase could be leveraged by using jQuery, maybe implementing the framework as a set of jQuery plugins. What do you think? -- Jörn _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Rounded Corners Plugin Broken with jQuery 1.0
Dave Methvin's rounded corners plugin breaks under jquery 1.0. I just tried a local copy of his demo using 1.0 with no other changes, and it doesn't do anything. No errors are reported either (at least in Firefox or Firebug). - jason p.s. - Sorry if this double-posts, I'm not sure the original message got through. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] qooxdoo
Impressive stuff. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of "Jörn Zaefferer" Sent: Monday, August 28, 2006 4:54 AM To: discuss@jquery.com Subject: [jQuery] qooxdoo Has anyone on the list seen qooxdoo (http://qooxdoo.org/) yet? The demos are quite impressive. At my
[jQuery] Interface Elements uncompressed version
<div dir="ltr"><font color="#000000" face="Arial" size="2">Does anyone have an uncompressed version of the interface elements plugin or could you repair the link on the </font></div> <div dir="ltr"><font color="#000000" face="Arial" size="2"><a href="http://interface.eyecon.ro/download">http://interface.eyecon.ro/download</a> site?</font></div> <div dir="ltr"> </div> <div dir="ltr"><font face="Arial" size="2">Thank you and best regards</font></div> <div dir="ltr"><font face="Arial" size="2">Jörg</font></div>
[jQuery] Quantum computing in jQuery: $().unload()
The advanced event plugin creates three $() methods for each event: a binding method foo(), a one-shot binding method onefoo(), and an unbinding method unfoo(). Two of the events that this plugin wraps are the load and unload events. Therefore, $().unload() can be either the unbinding method for the load event, or the binding method for the unload event. In fact, it is both of these simultaneously, resolving to one or the other when the wave function collapses. This is the first practical implementation
[jQuery] Ajax IfModified mode breaks Firefox 1.0
Hi, the IfModified mode for Ajax calls may break Firefox 1.0. The following code: var modRes = xml.getResponseHeader("Last-Modified"); if ( ifModified && modRes ) jQuery.lastModified[url] = modRes; breaks and throws such an exception if such response header is not set: Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.getResponseHeader]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: http://192.168.1.199/js/jquery.js
[jQuery] jQuery 1.0 + Thickbox 2 problems?
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=us-ascii"> <meta name=Generator content="Microsoft Word 11 (filtered medium)"> <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="City"/> <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
[jQuery] Distorted fonts (in Opera) with opacity = 0.9999
Hi, I am wondering why the opacity is always set to 0.9999 in jQuery's fx section, I really don't get the reason...: if (z.now == 1) z.now = 0.9999; This causes distorted (bold) fonts in Opera (similar to IE's distortion if background color is missing). -- Klaus _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Ajax IfModified mode breaks Firefox 1.0
Hi, the IfModified mode for Ajax calls may break Firefox 1.0. The following code: var modRes = xml.getResponseHeader("Last-Modified"); if ( ifModified && modRes ) jQuery.lastModified[url] = modRes; breaks and throws such an exception if such response header is not set: Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.getResponseHeader]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: http://192.168.1.199/js/jquery.js
[jQuery] css('height') does not work?!
Hi all, shouldn't css('height') return the height of an element? It doesn't work anymore (Rev 226), but height() does. Or does css('height') not exist anymore in favor of height()? Regards, Klaus _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Rev 226: strange IE bug when parsing XML
Hi, I found another strange bug in IE. I want to parse some XML that was loaded via XHR. The following doesn't work anymore: $('/dashboard/msg', xml).each(function() { o._filterResult = $(this).text(); }); That worked without problems in jQuery pre 1.0. The next snippet works in Rev 226: o._filterResult = $('/dashboard/msg', xml).text(); as well as this of course: $('/dashboard/msg', xml).each(function() { o._filterResult = this.firstChild.data; }); I think, there was another thread here about exactly
[jQuery] Bug in 226: elem has no properties
Hi, with revision 226 Firefox throws an error 'elem has no properties' if I use the following snippet: $('#someId>ul').size() or $('#someId>ul')[0] if element #someId does not contain a <ul>. Can someone second this? Regards, Klaus _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Hiding my form when successful
Hi all, I am really new to this jQueury malarkey but I've managed to add a few plugins etc :) I have a php form and I want to hide the form if the email was successfully sent. Is there a bit of code I can drop in somewhere? Thank you all in advance! -- View this message in context: http://www.nabble.com/Hiding-my-form-when-successful-tf2182302.html#a6035389 Sent from the JQuery forum at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Server/Mailing List Troubles
Hey Everyone - This morning the jQuery server was very slow and occasionally unresponsive - I fixed it as soon as I woke up and didn't think much more of it. However, this evening it came to my attention that the mailing list hadn't been working all day... oops. It should (hopefully) be fixed now - if you sent a message to the list today, you'll probably have to resend it as its probably gone now. Sorry! --John
[jQuery] Revision 231 cloneNode() Firefox issue
I'm experiencing some problems on a site with some apparently simple code. It used to work with jQuery R226, but when I updated to 1.0 final (R231), it broke in Firefox (Mac) with the following error: Error: $(e.cloneNode(true)) has no properties Source: http://sgmvoc.optimistweb.org/sites/sgmvoc.optimistweb.org/ themes/clubhouse/scripts/jq.js Line: 376 It works fine in Safari and possibly other browsers too. This is in the following code from jquery-1.0.js: jQuery.swap( e, old, function()
[jQuery] CNet's expansive banner (take 2)
Thanks to everyone that contributed to my first inquiry about this type of banner. So far I have accomplished this: <a href="http://www.dealante.com/tests/expandtest.php">http://www.dealante.com/tests/expandtest.php </a> Still to be done (read: give me hints please): - have the banner show contracted initially - then, have it expand automatically - finally, after about 10 seconds, the banner contracts automatically - bugs: strange behaviour in Firefox and Opera. Works as expected in IE6 (odd, but
[jQuery] jquery 1.0 & .css & IE --> Change, Bug, ??
All, I noticed that when I changed over to jquery 1.0 some of my code was not working in IE6. Particularly, whenever I was using ".css" and a css property that was more than one word. For example, $('#MyDiv').css('border-color', this.value); - This works in FF1.5, Op9, but NOT IE6 However, this: $('#MyDiv').css('borderColor', this.value); - works in FF1.5, Op9, IE6 I tried some tests and the same issue exist for things like: border-width font-style font-family font-size font-weight text-align I am
[jQuery] ping?
Testing, please ignore. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Revision 231 cloneNode() Firefox issue
(resending, the last copy didn't arrive...? :/ ) I'm experiencing some problems on a site with some apparently simple code. It used to work with jQuery R226, but when I updated to 1.0 final (R231), it broke in Firefox (Mac) with the following error: Error: $(e.cloneNode(true)) has no properties Source: http://sgmvoc.optimistweb.org/sites/sgmvoc.optimistweb.org/ themes/clubhouse/scripts/jq.js Line: 376 It works fine in Safari and possibly other browsers too. This is in the following code from jquery-1.0.js:
[jQuery] jQuery copy constructor
> From: Ferdinand Beyer
[jQuery] Revision 231 cloneNode() Firefox issue
I'm experiencing some problems on a site with some apparently simple code. It used to work with jQuery R226, but when I updated to 1.0 final (R231), it broke in Firefox (Mac) with the following error: Error: $(e.cloneNode(true)) has no properties Source: http://sgmvoc.optimistweb.org/sites/sgmvoc.optimistweb.org/ themes/clubhouse/scripts/jq.js Line: 376 It works fine in Safari and possibly other browsers too. This is in the following code from jquery-1.0.js: jQuery.swap( e, old, function()
[jQuery] jQuery's submit event handler
This doesn't work as intended for me: <a href="http://pastebin.ca/152458">http://pastebin.ca/152458</a> The value of the message field will not be set to an empty string. What's wrong? Is it me? Thanks for help! _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] slideDown vs. show - overflow
Hello - I'm using an async get to fill a div. I found that if I called slideDown() on the div after filling it I usually get text and images overflowing outside of the div. I thought it was one of those css float problems - so I tried adding the <br clear="both"/> hack - but I still had overflow. Eventually I found that if I called show() instead of slideDown() - it sized the div correctly. subsequent uses of slideUp() and slideDown() are no problem once the div is filled... here is the relevant
jQuery 1.0
I'd like to take this opportunity to announce the brand new jQuery 1.0! A lot of work has gone into this release. A lot of bugs fixed, a ton of new features, and a complete overhaul of how the jQuery development process is run. In reality, this release is so large, it's going to take a couple days to release it (this includes a new version of the jQuery web site). So bare with us as we make the transition over to full release. There's some kinks that'll have to be worked out (namely, finalizing the
[jQuery] Problems with jQuery.com?
Hey all. I'm having some fairly large problems getting a stable connection to the jquery website. I get Wordpress errors when I try to connect to the blog, and getting jquery-1.0.js is hit and miss. Is anyone else having similar problems? -- View this message in context: http://www.nabble.com/Problems-with-jQuery.com--tf2177454.html#a6020486 Sent from the JQuery forum at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Any mirror to jquery1.0
Hey, i just read its been released.... <a href="http://jquery.com">jquery.com</a> is offline for me here... can anyone show me mirrors to get it... thx _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Rev 226: strange IE bug when parsing XML
Hi, I found another strange bug in IE. I want to parse some XML that was loaded via XHR. The following doesn't work anymore: $('/dashboard/msg', xml).each(function() { o._filterResult = $(this).text(); }); That worked without problems in jQuery pre 1.0. The next snippet works in Rev 226: o._filterResult = $('/dashboard/msg', xml).text(); as well as this of course: $('/dashboard/msg', xml).each(function() { o._filterResult = this.firstChild.data; }); I think, there was another thread here about exactly
[jQuery] Visual jQuery 1.0 -- Redux
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD> <BODY> <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=406383513-28082006>It works much better than the old version.</SPAN></FONT></DIV> <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=406383513-28082006></SPAN></FONT> </DIV> <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=406383513-28082006>Only
[jQuery] jQuery 1.0
I'd say the more the merrier. Even if no one needs Russian now, they will once they see that Russian is available. :) <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of Roman Sent: Saturday, August 26, 2006 7:03 AM To: jQuery Subject: Re: [jQuery] jQuery 1.0 What languages
[jQuery] Ajax IfModified mode breaks Firefox 1.0
Hi, the IfModified mode for Ajax calls may break Firefox 1.0. The following code: var modRes = xml.getResponseHeader("Last-Modified"); if ( ifModified && modRes ) jQuery.lastModified[url] = modRes; breaks and throws such an exception if such response header is not set: Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.getResponseHeader]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: http://192.168.1.199/js/jquery.js
[jQuery] qooxdoo
Has anyone on the list seen qooxdoo (http://qooxdoo.org/) yet? The demos are quite impressive. At my first impression, the codebase could be leveraged a lot by using jQuery, maybe implementing the framework as a set of jQuery plugins. What do you think? -- Jörn -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] AJAX Activity Indicators
Hi all. Can you show me a little example using AJAX Activity Indicators? (with jQuery of course). TIA, -- juan pablo aqueveque www.juque.cl _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] un-PanView
Hi all, I'm using PanView (<a href="http://motherrussia.polyester.se/jquery/panview/">http://motherrussia.polyester.se/jquery/panview/</a>) like a "zoom" : function zoom () { var img = $("#divImg img").get(0); var imgSrc = img.src; var oldi = new Image(); oldi.src = imgSrc; var iWidth = oldi.width; var iHeight = oldi.height; var i = new Image(); i.src = "inc/do.php?a=img&id="+img.id.substr(4); var imageWidth = i.width; var imageHeight = i.height;
[jQuery] a fix for getAttribute('action') in forms
Hello, there is (apparently) a bug in MSIE if we use getAttribute('action') on a form, because it will give us the action property of the form, instead of the value of its "action" input. Example : <form action="url"> <input type="text" name="action" value="ok" /> </form> this.getAttribute('action') should be "ok", not "url". A fix for this is to use: this.getAttributeNode('action').nodeValue (that's Renato's solution to fix form.js at http://zone.spip.org/trac/spip-zone/changeset/4794 Another one
[jQuery] interface plugin droppable
Drag and Drop from interface is not designed to work with table elements. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Next Page