[jQuery] did something change with the interaction with prototype?
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" 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)"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style>
jQuery 1.0.1 Released
NOTE: I posted this to the blog last night, but I forgot to repost it to the mailing list. Also, I've resolved two bugs with the code since then and re-updated the source to reflect that. The first post-1.0 release is now ready - and (as you would probably expect) it's a bug fix release. I've been working on fixing up some of the most pressing 1.0 bugs during the past couple days and I think it's ready to go. So, without further ado - here's jQuery 1.0.1: * jQuery 1.0.1 http://jquery.com/src/jquery-1.0.1.js
[jQuery] Bug: Regression in jQuery 1.01: selecting children with '>'
Hi, with jQuery version 1.01 I cannot select children if I write something like this: $('#someId>div>div') or $('/dashboard/locations/location') This also does not work anymore (I'm using that in the tabs plugin): $(this).find('>div') The '>' selector seems to be pretty much broken... The problem is caused by a closing bracket that has moved in the find function. In 1.01 it looks like this: if ( !foundToken ) { ... if ( t ) { var val = jQuery.filter(t,r); ret = r = val.r; t = jQuery.trim(val.t);
[jQuery] Release 1.0.1 bug/typo mistake
line 1199 : if ( this.readyState <span style="font-weight: bold;">1</span>= "complete" ) return; _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jQuery SVN Mirror
Hey guys, I know there's been some problems with the jQuery svn lately, so I've put up a mirror at <a href="http://svn.visualjquery.com/jquery-mirror/trunk">http://svn.visualjquery.com/jquery-mirror/trunk</a> I hope that I don't have the same problems that have been plaguing John. Good luck!<br clear="all"> -- Yehuda Katz Web Developer (ph) 718.877.1325 (fax) 718.686.4288 _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Regression in jQuery 1.01: selecting children
Hi, with jQuery version 1.01 I cannot select children if I write something like this: $('#someId>div>div') or $('/dashboard/locations/location') On the other hand $('/dashboard//location') worked again The fastest would be $('location') anyway, right? -- Klaus _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] 1.0.1 doesn't work
I'm using 1.0 right now, and when I change it to 1.0.1 it doesn't throw any errors, but stops working _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Simple form setup
I am very, very new at JQuery and only mildly competent with javascript, so please be patient. I have a form that at present validates by js first and then the js submits the form. Of course, the form doesn't work at all if js is disabled. I want to change it so that the buttons are setup as submit buttons, but updated by jquery to ordinary buttons with onclick events. I'm struggling at bit with the syntax. Here is my code so far: <html> <head> <script type="text/javascript" src="jquery.js"></script>
[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] Thickbox and iFrame query strings
For some reason, Thickbox made the design decision to strip the entire query string (not just the thickbox parameters) from the URL loaded into the i-frame. This caused me problems, because I actually did need to pass parameters to a dynamic page. What's the benefit of stripping all parameters (I just left in the Thickbox params, and all is well).<br clear="all"> -- Yehuda Katz Web Developer (ph) 718.877.1325 (fax) 718.686.4288 _______________________________________________ jQuery mailing list
[jQuery] did something change with the interaction with prototype?
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" 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)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;}
[jQuery] redraw problems when replacing table rows
See this test page: http://dev.corefive.net/jquery/tablerows.lasso Each 'delete' link should hide the current table row. The 'do it' link refreshes all rows with random data. I see various redraw/spacing issues in all browsers when clicking different combinations of the available links. I can avoid most of them by replacing the .hide('slow') with .css({display:'none'}), but it certainly isn't as cool. :/ The worst issue, however, seems to only happen in Opera. When the rows are replaced, they all
[jQuery] using end() repeatedly
I have something like: return this.filter('[@name]').not('input').not('textarea').not('select').each(function (){ /* stuff */ }).end('select').end('textarea').end('input').end('[@name]'); 1. Is this query completely daft? AFAIK, I can't use commas like: not('input, textarea, select') 2. I'm passing arguments to the ends because it's easier to keep track of them. Kind of like closing parenthesis and tabbing. 3. Is this the way it was intended or am I missing something? It's possible to just
[jQuery] version variable?
Is there a jquery variable for the currently loaded version of jquery? -- Kenzie Campbell kenzie@route19.com _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] help w/ getIfModified
Still working on the GetIfModified as outlined here: http://www.mail-archive.com/discuss@jquery.com/msg00481.html Any examples of how to use this properly? I'm not sure how to grab the states "success, failure, notomdified" etc. will _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] First/Last Parent
Hi, Is there any method to access the first parent of an element who is of type X. For example <elem1 name="1"> <elem1 name="2"> <elem1 name="3"> <elem2> </elem1> </elem1> </elem1> I have elem2 object, and want to access the first seen elem1 (whose name is 3), or last parent who is elem1 (whose name is 1 in my example). I provide name just for clarification, and there is no such attribute in my original HTML. Thanks. _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] jQuery / ThickBox in .net magazine (UK)
In the latest issue of .net (<a href="http://www.netmag.co.uk/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.netmag.co.uk/</a>), there is a section on using lightboxes to show images (page 80). (no online version, so you would have to read about it in the old fashioned way) It starts off with the original lightbox (that uses prototype and scripaculous), but then goes onto ThickBox (with its smaller download size and AJAX support). I think there have been improvements
[jQuery] Interface library: "jQuery is not defined"
Hi, I was just trying to switch to the latest version of JQuery. But I have problems when including the interface library. I always get "JQuery is not defined" in interface.js. I have downloaded the latest from JQuery and Interface: http://proj.jquery.com/src/latest/ http://interface.eyecon.ro/download I have already seen the following bug tracker entry but it still seems to be an issue, although I have followed John's statement: http://proj.jquery.com/dev/bugs/bug/64/ "The current version of Interface
[jQuery] New Plugin: jQEm - Interact with the base 'em' unit.
Hello there, folks. While working on the next release of jQMinMax[1] (coming soon) it became apparent that I'd need to be notified when the user increased or decreased the font size. I can imagine there are a number of situations where this might come in handy, thus I give you jQEM. The short version: it creates a 'jqem' event that is triggered globally whenever a change in the value of 1em in the <body> is detected. This way, you can use jQuery's built in event (bind/unbind) functions. There are
[jQuery] Interface Elements for jQuery
I would like to get in touch, off-list with the author of the Interface Elements plugin for jQuery.. Can anyone send me to the right direction/person? Steef _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Get individual Sortable list values
Hey all! I'm using the Interface code for re-arranging items in a list but, I'm having extreme trouble doing anything with it. Basically, I'm trying to do a post when a user clicks a save button. Here is what the syntax is: queryinfo = ""; i = 1; $('sortableitem').each(function(){ queryinfo = queryinfo + i + "=" + $(this).id(); i = i + 1; }) alert(queryinfo); queryinfo always returns nothing and it always trips up on the id, which apparently does not exist. Here is what one of those sortable items
[jQuery] del.icio.us powered mp3 player plugin
It never worked for me. IE 6+ for the PC. <!----------------//------ 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 David Sent: Monday, August 28, 2006 3:09 PM To: jQuery Discussion. Subject: [jQuery] del.icio.us powered mp3 player plugin I made my first plugin for jquery. It's not really a difficult
[jQuery] IE7 and XmlHttpRequest: check native first instead of ActiveX
Hi all, the following lines lead to IE7 using the XmlHttpRequest object as ActiveX object and not as native JavaScript object (even if it's not sooo native): // If IE is used, create a wrapper for the XMLHttpRequest object if ( jQuery.browser.msie ) XMLHttpRequest = function(){ return new ActiveXObject( navigator.userAgent.indexOf("MSIE 5") >= 0 ? "Microsoft.XMLHTTP" : "Msxml2.XMLHTTP" ); }; Related: http://ajaxian.com/archives/ajax-on-ie-7-check-native-first
[jQuery] Anomalies using Ajax plugin and IE 6/7
In the AJAX-loaded files, stick the styles (and any javascript) into BODY, rather than HEAD. IE seems to strip HEAD from any AJAX-loaded content. I came across this "quirk" myself and it drove me nuts! Chris -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Jim Davis Sent: 29 August 2006 20:49 To: jQuery Discussion. Subject: [jQuery] Anomalies using Ajax plugin and IE 6/7 I created a test page to tinker with the Ajax plugin and have noted
[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] Vitamin newsletter signup in jQuery?
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1250"> <meta name=Generator content="Microsoft Word 11 (filtered medium)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;}
[jQuery] Central Hosting of Latest File
> Have you considered using goggle projects
[jQuery] Central Hosting of Latest File
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" 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 12 (filtered medium)"> <style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face
[jQuery] Thickbox 2.0 and Jquery 1.0
<!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><SPAN class=046224809-28082006><FONT face=Arial size=2>Hi everybody,</FONT></SPAN></DIV> <DIV><SPAN class=046224809-28082006><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=046224809-28082006><FONT face=Arial size=2>is planned to migrate Thickbox 2.0 to use jquery 1.0
[jQuery] Slidebar with jquery
Hi, Anyone know where I can find an SlideBar with Jquery like this website http://www.strategyinformer.com/pc/hiddenstrokeii/interview.html http://www.strategyinformer.com/pc/hiddenstrokeii/interview.html (prototype based) ? see the "YOUR SCORE" BLOCK Thanks. -- View this message in context: http://www.nabble.com/Slidebar-with-jquery-tf2161977.html#a5975055 Sent from the JQuery forum at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] del.icio.us powered mp3 player plugin
I made my first plugin for jquery. It's not really a difficult one to program but it adds a nice functionality to your mp3 links. Using the del.icio.us mp3 player you can let people preview your mp3s . The code and an example are on http://xwerocode.blogspot.com/2006/08/my-first-jquery-plugin.html Stop downloading just listen :) David _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Anomalies using Ajax plugin and IE 6/7
I created a test page to tinker with the Ajax plugin and have noted a strange behaviour in IE 6 and 7. The main test page is: http://www.jimdavis.org/test/jq_ajaxtest.html The page is loading http://www.jimdavis.org/test/ajax-test.html and http://www.jimdavis.org/test/ajax-test2.html using <script type="text/javascript"> $(document).ready(function(){ $("div#left-content").load("ajax-test.html"); $("div#right-content").load("ajax-test2.html"); }); </script> The files that are being loaded inclue
[jQuery] svn difficulties
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" 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)"> <style> <!-- /* Font Definitions */ @font-face {font-family:Verdana; panose-1:2 11 6 4 3 5 4 4 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt;
[jQuery] AJAX Autocomplete + jquery 1.0 (dyve.net)
Hey, i couldnt find the owner of that autocomplete hosted in dyve.net... The autosuggest is working with <a href="http://jquery.com/src/latest.js">jquery.com/src/latest.js</a> and isnt working with the 1.0 release... Perhaps he may read it in this discussion... Thx _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Autocomplete invasion
It'd be great if the autocomplete plugin allow to use one textfield to make multiple suggestions, for comma-separated values, for instance. I'm thinking in the Gmail autocomplete for multiple e-mail addresses in the destination field, or the del.icio.us TAGS field, that suggest you new tags everytime you write a new word. Would it be too much difficult to add this feature? Keep up the good work! Regards, -- Albert Garcia OboLog > Tus pensamientos en red http://www.obolog.com _____________________________________
[jQuery] qooxdoo
Has anyone on the list seen qooxdoo (http://qooxdoo.org/ <http://service.gmx.net/de/cgi/derefer?DEST=http%3A%2F%2Fqooxdoo.org%2F>) 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 _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Event Handling Problem
<div>I'm having an issue in Internet Explorer with the new jQuery 1.0 and event handling. I have a button which I dynamically add an event to (being used as a folder browser). The problem is in IE the button event fires twice, so if I'm two directories down, it goes up two directories on click instead of one. This doesn't happen in FF. Also, the AJAX call doesn't appear to work at all in Opera 9. </div> <div> </div> <div> </div> <div> </div> <div> </div> <div><font color="#0000ff" size="2"> <!</font><font
[jQuery] Converting XMLDocument to Plain XML?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Hi everybody, I was wondering if there is an easy way to convert an XMLDocument (or childNodes) back into plain xml text? Basically I'm thinking about fetching a XML document, manipulating it with jQuery and then push it back to the server to save the results. This is what I imagine to
[jQuery] Slide
Hi, I know very little about javascript and I hope someone can help me. I'm trying to make image.gif button that toggles the Hide and Show script pasted below. I read through the jQuery site and I think you are suppose to add $("img").toggle(); to it, but I'm not sure exactly where. Thanks in advance. $(document).ready(function(){ $("a.switch_show").click(function(){ $("div#hidden_shelf:hidden").slideDown("normal"); return false; }); $("a.switch_hide").click(function(){ $("div#hidden_shelf:visible").slideUp("normal");
[jQuery] Rounded Corners plugin broken with jQuery 1.0?
Dropped jQuery 1.0 (uncompressed) into a work in progress and all my rounded corners disappeared. Anyone else using the rounded corners plugin that can verify or potentially offer a fix? Thanks, Jason -- View this message in context: http://www.nabble.com/Rounded-Corners-plugin-broken-with-jQuery-1.0--tf2179141.html#a6025935 Sent from the JQuery forum at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Next Page