[jQuery] jQuery Metadata Plugin
> I got on the w3c validator discussion list because of
[jQuery] $(form.elements) fails in Safari
--
[jQuery] $(form.elements) fails in Safari
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=gmail_quote>On 10/31/06, <B class=gmail_sendername>Pascal</B> <<A href="mailto:pascal@pascal.com">pascal@pascal.com</A>> wrote:</SPAN></DIV> <BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid"> <DIV>I'm
[jQuery] Don't forget accessibility
> Yes, it would be fantastic, if jQuery would be one of
[jQuery] JQuery Button Contest Still Running
Guys, Don't forget that the JQuery button contest is still going on and will end on November 3rd. That gives you two days to get your entries in! You can checkout the awesome work submitted by other supporters by going here: http://jquery.com/blog/2006/10/26/jquery-button-contest-many-prizes/ Good luck! Rey... _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Don't forget accessibility
>> P.e. it could be delivered a function called $.readChange which will
[jQuery] Reset JQuery collection
--
[jQuery] Don't forget accessibility
On show and hide and AJAX calls then if the JQuery Variable WAI is true then prompt the user to tell them that some content changed would they like to be taken to it. Adrian Sweeney Web Developer Mills & Reeve Tel: +44(0)121 456 8236 mailto:adrian.sweeney@mills-reeve.com http://www.mills-reeve.com -----Original Message----- From: Mathias Bank [mailto:mathias.bank@gmail.com] Sent: 01 November 2006 12:48 To: jQuery Discussion. Subject: Re: [jQuery] Don't forget accessibility Yes, it would be fantastic,
[jQuery] Ant task: with_plugins working?
Hi all, is the Ant task "with_plugins" working for you? It doesn't seem to work for me... Or is there work in progress on that one? -- Klaus _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jQuery API and docs
Hi jQueryians, as discussed before, the jQuery API contains quite a lot of methods. The event shortcuts or one thing, another is single methods with optional parameters. Let's take slideDown() as an example. It has two paremters, speed and callback. There is one method documented with only speed as a paremter, and one with both. While it would be easy to merge the docs for these two, eg. add the example and slightly modify the text, there should be a useful mechanism to mark parameters as optional.
[jQuery] JQuery inArray
<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=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 10"> <meta name=Originator content="Microsoft Word 10"> <link rel=File-List href="cid:filelist.xml@01C6FEA2.239915B0"> <!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:DoNotRelyOnCSS/> </o:OfficeDocumentSettings>
[jQuery] Reset JQuery collection
<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=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 10"> <meta name=Originator content="Microsoft Word 10"> <link rel=File-List href="cid:filelist.xml@01C6FE96.F1D33CA0"> <!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:DoNotRelyOnCSS/> </o:OfficeDocumentSettings>
[jQuery] Reset JQuery collection
Hi, Is there any way to reset JQuery collection. For example I do this: $('.boxes').size(), returned 3 Then I do this: $('.boxes:visible').remove(); Let's assume there were 2 visible boxes. So logically I'd expect JQuery to return 1 when I do this again: '.boxes').size(), but it is still returning 3. Is there a way to reset JQuery internal collection or somesort. Thanks _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] ThickBox in Filemanager
Hi at all, i will Thickbox use in a Filemananger (CMS), all works fine. The Problem is that, it cane various Files stored. *.xls *.doc or others. When click of this types is PopUp open and Downloaddialog is open, can i say is this types than no PopUP!?? With *.zip all to late ;) then freeze Firefox 1.5 Other question, i have Links so: http://localhost/***/media/ank.pdf?KeepThis=true&TB_iframe=true&height=500&width=800 The Autor write on ThickboxDemo Site this works, do it not for me.
[jQuery] Why does $.get() work but not load()?
On Tuesday, October 31, 2006 1:57 PM Chris W. Parker <> said:
[jQuery] Table column resize and drag-n-drop columns
Has anyone done either of these with jQuery? If so, can you post any examples? Thanks! Rich _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Oooh! These are pretty!
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-2"> <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:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40"> <head> <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);}
[jQuery] Match all elements of class x, but exclude those of class y?
<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] Function to enumerate the querystring?
On Wednesday, November 01, 2006 11:59 AM Klaus Hartl <> said:
[jQuery] Why does $.get() work but not load()?
On Wednesday, November 01, 2006 11:11 AM jyl@mod3.net <> said:
[jQuery] ajax periodic refresh
Hello, I have a question... I am looking for a way to refresh some content of a page every 3 seconds. Basically, I'm looking for a jquery way to do this: <pre id="line29">setInterval("call_refreshSentence()", 3000 ); Thanks, Roy Kolak </pre> _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] ajax periodic refresh
There is a jHeartBeat plugin that will do what you need. <!----------------//------ 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 roykolak Sent: Wednesday, November 01, 2006 2:27 PM To: discuss@jquery.com Subject: Re: [jQuery] ajax periodic refresh I'm thinking too hard... Sometimes I forget that
[jQuery] Deferring actions when DOM is ready
Hi folks, an idea that struck me when reading the "Plugin method question" thread: Is it possible to implement a mechanism that automatically defers all jQuery "actions" to the DOM ready event? This would be of great use in cases like the one described in the mentioned thread. I think the need for the DOM ready handler is one of the most difficult things to grasp when starting with jQuery without or with bad JS background. That is, someone who hasn't worked with any DOM manipulation, but knows CSS
[jQuery] Function to enumerate the querystring?
On Tuesday, October 31, 2006 10:46 AM Luke Lutman <> said:
[jQuery] Two problems with .fadeOut() / .fadeIn() effects.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-1"><font face="Courier New, Courier, monospace">Hi folks, I've got a span tag that contains the label for a section of my screen. When the user clicks a checkbox, I'd like that text to fadeOut, change to some different text, and then fadeIn again. Part of my problem is that the text gets changed
[jQuery] Re-adjusting the height of page elements after loading AJAX content
Hi, I am loading content into a div using JSON thats fine. The length of content varies (some short some long & bulky) When I load content that's shorter than the currently displayed content I get a lot f wasted space. Worst still is when your scrolled part way down the page you can face a seemingly empty screen. I have tried re-adjusting the height of the page to the best fit the new content based on the some total of the new contents height but not much joy and then applying it like so:
[jQuery] Creating New Content
I'm working on a project and want to add an <input> element to a page in response to a button click. I've figured out how to do this with $(...).after("<input..."), but would like to make use of a slideDown effect. I'm new to jQuery, but I *think* the way to do this is: 1) create the element 2) call .hide() 3) add the element to the DOM 4) call .slideDown() So I guess my question is two-fold -- is there an easier way, and if not, how do I go about creating the element in the first place? Thanks,
[jQuery] Find selectedIndex of select>option
<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=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 10"> <meta name=Originator content="Microsoft Word 10"> <link rel=File-List href="cid:filelist.xml@01C6FDE9.AF15B300"> <!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:DoNotRelyOnCSS/> </o:OfficeDocumentSettings>
[jQuery] Oooh! These are pretty!
>> There are tons of scripts out there for this type of functionality. >> Flash can talk to JavaScript and vice versa quite well nowadays, >> so getting a flash object (such as a compass) to follow your >> mouse via JS updating the flash object isn't hard, but. why? > Client pay to designer lot of money. Designer said to him that > compas can rotate. Then, client said to my boss that he want > compass to rotate, and I must to pay rent. Two years ago I think a lot of people would have punted to Flash
[jQuery] Blurry Text using JQuery... But only in IE
A bit delayed, but thanks. That did the trick. :-) -Jason Levine ----- Original Message ---- From: Klaus Hartl <klaus.hartl@stilbuero.de> To: jQuery Discussion. <discuss@jquery.com> Sent: Tuesday, October 24, 2006 2:31:06 PM Subject: Re: [jQuery] Blurry Text using JQuery... But only in IE Jason Levine schrieb:
[jQuery] input.setAttribute is not a function
Hi, I'm using Jquery for a little Ajax I'm putting in a form. I'm no JS expert but I can usually hack it so it works. The Jquery works for the stuff I'm using it for, but it seems to clash with the drupal.js or something. Anyway, I get the following in firebug: input.setAttribute is not a function This happens on anypage with autocomplete set on a form. On these pages, all the autocomplete (AJAX) and the collapsable menus fail. Does anyone have any idea what this could be? I'm not 100% it's to do
[jQuery] new plugin cssHover [ui checks, radio buttons and more!]
Hi guys, i've made a new plugin and added it to SVN. It is still in beta (== bugs) so don't use yet untill fully tested. This plugin actually started out as a remake of the CRIR (Checkbox Radio Input Replacement) code found on the websites of Chris Erwin, Yeduha Kratz and Kawika.org. I wanted to make a version which used the power of jQuery to create thesame effects, but then a little bit better. When i finished my early draft code, it worked on both CHECKBOX and RADIO elements, and was 4.9kb in
[jQuery] Plugin method question
Hi jQuerians, I'm a web developer with an internet banking provider. I've been preaching the joys of jQuery to them and they're sold. We have lots of people who maintain the sites we host who aren't the most.... we'll say... skilled when it comes to javascript. So, a good deal of my job is to make their job easier. Enter jQuery (obviously). So I've written my own accordion menus plugin for use at the office which uses a definition list. The reason I wrote yet another one is that I have some very
[jQuery] how to stop each iteration under each's function?
<div>for exzample:</div> <div> </div> <div>$("input[@type='text']").each(function(){if (this.value==""){alert("error");this.focus();break;}});</div> <div> </div> <div>but 'break;' won't stop the iteration of each, what should i do?</div> _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Plugin method question
> <code>, <div> & full javascript each have problems
[jQuery] Why does $.get() work but not load()?
Hello, Considering the following two statements: 1: $("div#one").load('numbers.php', {page: thisPage}); 2: $.get('numbers.php', {page: thisPage}, function(fileInput) { $("div#one").html(fileInput); }); Why does #2 work and #1 doesn't? As far as I know I'm using #1 correctly. The problem seems to be that the parameters are not being sent with #1 as they are with #2. I mean, I get a response, but I don't see the key/value pair in the querystring. Is there a typo there that I'm not seeing? The assignment
[jQuery] Patch: Set Content-Type of an AJAX request
Hi, I'd like to suggest an additional option for $.ajax() to allow an alternative Content-Type, eg: application/json I'd like to send raw JSON data to a PHP script, but PHP requires that a Content-Type other than the usual 'application/x-www-form-urlencoded' is set before it allows you to access the raw request data (via $HTTP_RAW_POST_DATA). This will also allow the correct submission of XML, and other formats. I've attached a patch against ajax.js Cheers - Mark Gibson _______________________________________________
[jQuery] how to stop each iteration under each's function?
> but 'break;' won't stop the iteration of each, what should i do? Return false inside the function and it will stop. That was added recently but the docs weren't updated to reflect it. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Reusing a single XmlHttpRequest object
Hi all I've been using jQuery for a while but I'm just about to do my first serious bit of Ajax with it and there's a piece of functionality I need. I want to reuse a single XmlHttpObject to avoid content coming back out of order, or I want to be able to cancel an existing request so that I can manage the returning data. Either $.ajax({ url:'url.php', connection:'onlyone' }) or $('div#content').cancelLoad() would probably do the trick. I have hacked one together myself from the $.ajax method but
[jQuery] jQuery API and docs
BIG thumbs up here... a few hours were spent trying to figure out what the hell some of these functions expected... good stuff Jorn... -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of "Jörn Zaefferer" Sent: Monday, October 30, 2006 2:22 AM To: discuss@jquery.com Subject: [jQuery] jQuery API and docs Hi jQueryians, as discussed before, the jQuery API contains quite a lot of methods. The event shortcuts or one thing, another is single methods
Next Page