[jQuery] JQuery Plugin: SpinBox / SpinButton Control (with no extramarkup)
Very nice! Would be out of this world if you could hold down on the up or down arrow and it would increment automatically. For example if I wanted to increment to 40 fast I would just hold the arrow down. Not to throw a feature request at you cause I am not going to use it at this time. Maybe that would be possible for ya! :) -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of George Adamson Sent: Friday, August 11, 2006 11:34 AM To: discuss@jquery.com
[jQuery] jQuery form handling
Hey folks. I'm evaluating jQuery for my company, and have a few questions that I've not been able to find answers to in the Docs on the site yet. The major question I have is about form handling. Specifically, does jQuery (either core or a well-supported plugin) provide functions to easily manage forms? By manage, I mean things like pulling values out, setting or changing form values programmatically, attaching events in a browser-independent way (Safari and events are eeeevil, IME), validation rules,
[jQuery] jQuery form handling
jQuery has great ways to interact with forms built right in. $('#formfieldID').val() gets the value $('#formfieldID').val(someVar) sets the value Those are just the two basics. There's loads more built in. <!----------------//------ 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 Larry Garfield
[jQuery] newbie question
<!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.2912" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=484014114-11082006><FONT face=Arial color=#0000ff size=2>Maybe it's only valid if there's something before it? Otherwise you're trying to select a child of nothing?</FONT></SPAN></DIV> <DIV> </DIV> <P><FONT size=2><!----------------//------<BR>andy matthews<BR>web developer<BR>certified
[jQuery] Interface Sortables\Draggables Scrolling
<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><DIV>Has anyone added a scrolling function to the Interface Draggables or Sortables library, so that the screen will allow you to drag items to locations outside of the viewable area?</DIV><DIV> </DIV><DIV>If not, any suggestions on the best approach I should take?</DIV><DIV><BR>Thanks,<BR><BR>Matt </DIV></FONT> _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] newbie question
i have some code like: <div class="panel"> <div></div> <div class="item"></div> </div> <div class="panel"> <div></div> <div class="item"></div> </div> please tell me how to get a "item" when its outside "panel" clicked. the code is something like: $(".panel").click(function(){ // how to select the "item"? }) thanks in advanced.<br clear="all"> -- 刘远志 QQ:2065254 _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] little change to the plugin xlforms (http://alex.vidal.googlepages.com/xlforms.html)
Hi, I had a problem with this plugin for long formulas : IE cut the formula and made it unusable for the plugin. I simply modified the begining of the plugin by replacing 'lang" by "alt" and it works fine now ! (of course I did the same in the html files) It's certainly a restriction of IE which considers that the content of the lang attribute musn't be longuer than approx. 150 letters.. note from http://www.w3.org/TR/html4/interact/forms.html#edef-INPUT : the "lang" attribute isn't indicated whereas
[jQuery] OT: Launch window on close of another window?
I'm not intending this as a jQ question, but maybe jQ can do this, or since there's some hardcode JS coders on this list, maybe someone knows the answer. ----------- I'm looking for the perennial "launch a 'close session' window on closing the active window" script. I'm sure there are loads of people who've looked for this so I wanted to find out if anyone had a reliable script that performed this action. Scenario: I have an active session, but want to log that person out if they either close the
[jQuery] regexp selector
Hello, I would like to be able to query with regular expressions, something like, for example : $("a[href REGEXP '\.(jpg|gif)(\?.*|$)']"); of course the syntax would not be "REGEXP", but you get the idea. Is this feasible currently? Judging by the code I've looked at (the public alpha), I don't think it's difficult to add. I have no idea of the syntax to use, nor if this has already been implemented. -- Fil _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] CSS Style Plugin Idea
<div>It would be nice if there was a JQuery Plugin for handling Styles. I found a script that is made to change styles (such as to stylesheets). </div> <div> </div> <div>Here it is:<a href="http://developer.apple.com/internet/webcontent/styles.html">http://developer.apple.com/internet/webcontent/styles.html</a></div> <div> </div> <div>Hopefully someone will be able to turn it into a JQuery Plugin</div> <div> </div> <div> </div> <div>Thanx</div> <div>Franklin</div> _______________________________________________
[jQuery] Subscription
OK <hr size=1>Do you Yahoo!? <a href="http://au.rd.yahoo.com/mail/tagline/dedicated/**http%3A%2F%2Fau.personals.yahoo.com%2F"> Yahoo! Dating: It's free to check out our great singles! </a> _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] IE leaks memory on loading jquery-svn.js rev.169.
IE leaks memory on loading jquery-svn.js rev.169. When we continue reloading a html which only loads jquery-svn.js and does nothing otherwise, IE causes a memory leak. We found this phenomenon by using "Auto-Refresh Page" feature of Drip 0.5, which is distributed in the following site: http://outofhanwell.com/ieleak/index.php?title=Main_Page The html we used is here: http://pepper.sherry.jp/jquery/leakcheck.html ---- Taku Sano _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] No repeat firing: how to achieve repeat AJAX calls
Hello folks, I'm having difficulty in getting an application to allow repeated AJAX calls. The basic structure of the application is <div id="selfreview"><form action="blah" id="dcdays"></form></div> Users are presented with a question and a data entry form in "selfreview" and once submitted, an answer and a link to generate another question is returned to "selfreview" The newly generated question and data entry form is fed into "selfreview". At this point, however, when the form is submitted, the
[jQuery] Where is the cursor?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1"> <TITLE>Where is the cursor?</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format --> <P><FONT SIZE=2 FACE="Arial">Is it possible to do a check to see if the cursor is over a specified ID then do not fire a statement?</FONT> </P> <P><FONT SIZE=2 FACE="Arial">function hideChild(source) {</FONT>
[jQuery] interface drag & drop broken in scrolling div (and also in safari)
When the draggable items overflow their container div, the interface library fails. Example at: http://www.themullers.org/scrollsort.html The sorting works until you scroll the div. My example uses sortable, but the same problem exists when you just use the dragging library, so this problem must be in idrag or iutil, maybe in getPos(). It could also be a pervasive problem. Also, this library appears not to work at all in Safari. Are these known problems? Is anyone working on them? (The discussion
[jQuery] Not a plugin, but a release of MyDay (to-do list)
This is a little something I've been working on recently. It's not a plugin, but makes use of jQuery(obviously) and the Interface plugin. I have bigger plans for the project, but I decided to trim it down and create a lite version of it I can use in my google homepage for now and I wanted to share it and give a little back. This is just another twist on a to-do list. I've used other google homepage modules for to-do lists but there was always some functionality I wished was different, so I made my
[jQuery] Not a plugin, but a release of MyDay (to-do list)
<!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.2180" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=319305516-10082006><FONT face=Arial color=#0000ff size=2>Is there a link, sorry missed it. I like to-do lists.</FONT></SPAN></DIV> <DIV><SPAN class=319305516-10082006><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <BLOCKQUOTE> <DIV class=OutlookMessageHeader
[jQuery] .formdata workaround
since i could not find anything that gives me the inserted data of a form(without submitting) AND getForm().vars is way to slow, im using this atm <a href="mailto:discuss@jquery.com"> $("#form") .find("input[@checked], input[@type='text'], input[@type='hidden'], input[@type='password'], input[@type='submit'], option[@selected], textarea") .filter(":enabled") .each(function() { params[ this.name || this.id || this.parentNode.name ||
[jQuery] wrapping AJAX callback results
I am trying to work with results from a .get() call, but once the "xml" parameter is wrapped with "$()", it seems to refer to the current document instead of the document retrieved by .get(). alert(ajaxUrl); $.get(ajaxUrl,function(xml){ alert(xml); alert($(xml).html()); }); the first alert displays the source from the retrieved document while the second one displays the source from the current document. Any suggestions would be immensely helpful. I am
[jQuery] only javascript related
Hey... sometimes I have doubts related to javascript and i cant keep posting them here, right... So I'd like to ask for those who sometimes could help me on MSN or gmail chat... i'd appreciate your attention... =) _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Early Docs Prorotype
Nice! Only comment I have at this point is that if you click a function to expand it, maybe you might consider closing any other expanded item first? <!----------------//------ 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 John Resig Sent: Wednesday, August 09, 2006 12:47 AM To: discuss@jquery.com
[jQuery] Tabbed navigation, blurred vision, ajax and IE/FF
Hi folks, Sorry about this "what's wrong with IE" question, but I've never encountered such a difference between IE and FF before. I have an application at http://horticulture127.massey.ac.nz/degreeCdays.asp which works perfectly in FF and basically not at all in IE - and I don't know where to start to fix it. The application uses Klaus' Tabbed Navigation to "split" a lesson into three parts - overview, practice, and assignment. In the practice tab, users enter a value into a form and an ajax cycle
[jQuery] .toggleClass()
> I don't like to start calling methods based on the source code ...
[jQuery] problems with .set() in IE (fine in firefox)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <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=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@01C6BC6A.91367BA0">
[jQuery] jQuery breaks FireBug? [u]
I use the latest SVN jQuery version and the latest FireFox 1.5.0.6 plus FireBug 0.4. When I set a programmaticly breakpoint inside the jQuery code (debugger;), the FireBug Debugger opens, but the code pane and the local variable pane is empty!??? When I step over/thru a couple of times, the function is finished and returned normally but the pane content is still invisible. The same test with other Libs (YUI, Dojo) is not a problem at all. I know there is also a $() notation in FireBug --> (console.info($('myobj'));.
[jQuery] Horiz. Menu with the DOM
Just curious what we are going to do from a usability experience perspective when the browser fails to completely populate the jquery code throughout whatever demo is being run. In other words I re-loaded the page (IE 6) and only menu 1 worked of the Suckerfish menus.. like the jquery code did not propagte through the whole menu. I have had similar things happen ( my add-border on mouse-over to images. where I have say 20 icons that do it and only say 10 load)... Not trying to make a fuss but from
[jQuery] Horiz. Menu with the DOM
Damn! Killer Myles, just like I am attempting to make. Thanks for the demo. I will see where I was mis-firing. http://be.twixt.us/jquery/suckerFish.php -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of Acuff, Daniel (Comm Lines, PAC) Sent: Wednesday, August 09, 2006 5:08 PM To: jQuery Discussion. Subject: Re: [jQuery] Horiz. Menu with the DOM Ok thanks! I was just starting to notice if I put absolute positioning on the sub-menus then they
[jQuery] Horiz. Menu with the DOM
Ok thanks! I was just starting to notice if I put absolute positioning on the sub-menus then they can be whatever width.. I will take a look. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of Fil Sent: Wednesday, August 09, 2006 5:07 PM To: jQuery Discussion. Subject: Re: [jQuery] Horiz. Menu with the DOM
[jQuery] Horiz. Menu with the DOM
<!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.2180" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=625540021-09082006><FONT face=Arial color=#0000ff size=2>Just found the only disadvantage to that is that now the sub-menu width *must* be the same width as the parent-menu. Otherwise the sub-div makes the parent-div grow too. Don't like that effect/bug on horiz. menus.</FONT></SPAN></DIV>
[jQuery] Somebody knows some free html widgets kit?
I use in my web projects successfully turbowidgets with jquery and the result is very good but I only can use this widgets kit in free web projects, but the license can not allow commercial projects. I tested qooxdoo but it is heavy weigth, too much size compared with turbowidgets. Somebody knows another widgets kit that I will can use. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jquery & DOM Caching
> From: Dave Methvin
[jQuery] JQuery, Safari and show()
Hey all, I've tried searching the discussion arcives to no avail... I'm running into an issue on Safari 2.0.4 where setting a DIV to "display: none" in the CSS causes the "show()" method to not work. here's an example: css: #myDiv{ display; none } js: $("#myDiv").show(); The div does not get displayed... It works fine in FF. It does work, however, when removing the "display: none" style. Any ideas on how to get this working in Safari? Thanks in advance, Frank _______________________________________________
Early Docs Prorotype
Hi Everyone - I've been busy the past couple nights working on the new documentation. You can see it being generated on the fly here (this is also in SVN, rev 172 - look in the docs folder): http://john.jquery.com/jquery/docs/ It's still very basic, pretty crude - and missing a couple functions (including the Ajax module) but it's getting there. The big feature that I'm going to work in next is going to be categorization by category - this way you can find all the methods related to DOM traversing
[jQuery] Horiz. Menu with the DOM
<!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.2180" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=912513319-09082006><FONT face=Arial color=#0000ff size=2>Great idea! Thank you.</FONT></SPAN></DIV> <BLOCKQUOTE> <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]<B>On
[jQuery] $.get Firefox problem
Hi, I'm fetching a url using $.get(): $.get(url, function(xml) { alert($("tag", xml).get(0).text); }); xml is a simple xml tag: <tag>body</tag> IE works fine and alerts "body", but FF alerts undefined. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Horiz. Menu with the DOM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1"> <TITLE>Horiz. Menu with the DOM</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format --> <P><FONT SIZE=2 FACE="Arial">Anyone know how to test if the mouse is over an ID area?</FONT> <BR><FONT SIZE=2 FACE="Arial">In this function I have the sub-menu close if I leave the parent-menu tab.
[jQuery] jquery & DOM Caching
All, I had a few question regarding DOM caching and jquery and how it effects overall performance. Assumptions (based on my knowledge): 1) jquery does not cache its queries 2) In general, walking the DOM to find matching elements, classes and attributes does have a performance hit. I understand that their are speed advantages of using XPath over css selectors, etc. I will assume that jquery (since it is so tight) does the optimal thing when walking the DOM. 3)The user of jquery can speed up the DOM
[jQuery] Autocomplete plugin: improved IE support
I've improved IE support for my Autocomplete plugin at http://www.dyve.net/jquery/?autocomplete Keyboard (up, down, tab, enter, escape) now works in IE. Stylesheet (see source of example) is improved, but not perfect yet. If anyone has suggestions, I'll listen. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] AJAX get() Prob. retrieving XML Dom from file system [u]
I've fixed the problem so that a given type of xml forces an responseXML regardless of the response header. For me it's ok for local AJAX requests and also for remote requests wich provide a content-type response header. I changed: httpData: function(r,type) { var ct = r.getResponseHeader("content-type"); var xml = ( !type || type == "xml" ) && ct && ct.indexOf("xml") >= 0; return xml ? r.responseXML : r.responseText; } to: httpData: function(r,type) { var ct = r.getResponseHeader("content-type");
[jQuery] Dynamically adding select boxes
I am add select boxes to table cells on my page. Each table cell has select boxes (but different selected value depending on the content). When you hover of the cell, the text is hidden and the select shows. When you change the option, the table cells text is changed. For an example of what I mean: http://sam.collett.googlepages.com/dynamicselect.html This works fine in Firefox and Opera, but not IE. I add the select and options as follows: .append(document.createElement("select")) // find select
Next Page