[jQuery] Checked input box
<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:0cm; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;}
[jQuery] Patch for idrag.js
Hello, I've just started using jQuery and Interface, fantastic bit of kit I must say, it's a lot nicer than Yahoo UI's bloat. I've come across a small bug in Interfaces idrag.js regarding the onStop and onChange functionality - they didn't work! I've attached a patch to fix the problem. Cheers - Mark Gibson PS. Sorry if this isn't the right place, but I couldn't find a bug list, SF style management, etc. BTW. Is Interface accessible via anon CVS/SVN from anywhere? _______________________________________________
[jQuery] performance bug with formdata()
i know found out why my submit was so damn slow... when you have a lot of options in your selectboxes, the serialize() takes very long to complete to ask for selected element was way faster. maybe not serializing the form, and just getting all the vars differently would speed things up. mfg M.G. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] form elements
i have a form with id=profile_form, how can i select all form elements, but not other elements inside form tag? $('#profile_form').children(pattern); pattern = /input|textarea|select/ can i do something like: $('#profile_form').children('input').name('first_name') to get input field with name 'first_name'? Aljosa Mohorovic _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Confused German User
Hello Everyone - I ran across a blog today, in German, and the author seems to be having difficulties using/understanding jQuery. I'd like to help, but Google Translate is failing me. If anyone can figure out what he's asking about, I'd be most appreciative: http://praegnanz.de/weblog/elegantere-programmierung-der-blogtoys Thanks! --John
[jQuery] IE opacity change weirdresult
Hi, Is there any workaround for the problem of changing opacity in IE, which leads to text being displayed bold and weird? I could do that by setting background color to the element whose opacity is changed, but I want to have it's background transparent. A sample result is seen in download section of interface (see the attachment). Thanks. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Test Suit Update
Hi folks, there are now much more test cases in the jQuery code, together with some changes to the test suit itself. The difficulty of writing tests: The test code itself is error prone, too.Please have a look at this preview ( http://joern.jquery.com/test/ ) and check it with different browsers and operating systems. There should be two tests failing in the current suite, please report any other failures directly to me, post it on this list or file a bug report marked with [tests]. If anyone has
[jQuery] On-Demand Javascript?
I was reading this article on Ajaxian: http://ajaxian.com/archives/prototype-extension-dynamic-script-pattern-support which discusses Dynamic Script Pattern or On-Demand Javascript. I think this is a VERY cool feature. Does Jquery support something like this? What are the pros and cons of something like this? Rey... _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Problems with 'each' function in IE
Hello, Sorry if this is blindly obvious, but I'm having a few problems with this function in IE. It works fine in the Gecko browsers, Safari and Opera. The function is a simple ajax post which returns back the xml document. I then use the 'each' function to display the text of each 'yelement'. Internet Explorer's ever helpful debugger informs me that the 'Object doesn't support this property or method'. Can someone tell me what is going on here? I'm not sure if I'm being stupid or IE is being a pain
[jQuery] Font-weight modifier in jQuery
Hey all! I'm sorry if this has been discussed before (I did a search without any results on the subject), but does jQuery have the ability to change the font-weight with the css method (or a font-weight method)? I had a look in the API documentation and VisualjQuery, but neither show anything for it. For instance, for something like this: $("p").css({ color: "black", font-weight: "normal" }); or $("p").css({ color: "red", font-weight: "bolder" }); Here you can see the first is normal text, while
[jQuery] Problems with 'each' function in IE
Don't know if this is your problem: IE's Ajax service won't load XML from your local drive. It's got to come from a http service. Sam _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] XML as a database...?
<!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=545421617-05092006><FONT face=Arial size=2>I've used XML to read and locate elements. Have solutions been developed to police multiple clients updating an XML file without overwriting each other?</FONT></SPAN></DIV> <DIV><FONT face=Arial><FONT size=2><SPAN class=545421617-05092006></SPAN></FONT></FONT> </DIV>
[jQuery] Font-weight modifier in jQuery
>> If the example in the API reference for .css used a camelCase
[jQuery] Test Suit Update
tests/001-jQuery.js (0, 7, 7) Array.push() Function.apply() getElementById getElementsByTagName RegExp jQuery $() tests/002-length.js (0, 1, 1) Get Number of Elements Found tests/003-size.js (0, 1, 1) Get Number of Elements Found tests/004-get.js (0, 1, 1) Get All Elements tests/005-get.js (0, 1, 1) Get A Single Element tests/006-each.js (0, 1, 1) Execute a function, Relative tests/007-index.js (0, 8, 8) Check for index of elements Check for index of elements Check for index of elements Check for
[jQuery] Font-weight modifier in jQuery
--
[jQuery] formdate still too slow !?
i hoped for the new release to fix it, but .formdata is still damn slow(at least for me 2-3s per .formdate() for a 9fields form) is there no faster way, to just get the formdata, maybe without serializing the whole form or sth else :/ (my last post) <a href="http://jquery.com/discuss/2006-August/009406/">http://jquery.com/discuss/2006-August/009406/</a> mfg M.G _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] visualjquery.comnot available for Safari (2) users?
Well, like it has to be a very descriptive subject which imo says it all.. It does not work on Safari (2) atm, so I'm using FireFox. But it would be very nice if Safari would display the docs either.. Steef _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] JQuery and HTTPS bug
Get the latest svn version; it has a fix for this that doesn't require an external file. -Mike
[jQuery] Font-weight modifier in jQuery
--
[jQuery] IE opacity change weirdresult
> Is there any workaround for the problem of changing opacity in IE,
[jQuery] filter() on attributes?
Hi, I don't want to assign an id attribute to all my <input> fields, but instead want to do something like this: <div id="foo"> <input ... name="bar"> </div> Then, get the value with something like: $("#foo input[name=bar]").val(); That didn't work. So, I tried: $("#foo input").filter("[name=bar]").val(); That didn't work either. I'm thinking I might have to use $.grep() but I can't seem to get it to work: $.grep($("#foo input"), function(a, i) { return (a[i].attr("name") == "bar"); })[0].val();
[jQuery] Anything similar to scriptaculous for JQuery
Hope it helps. Always good to have more Coldfusion representation. <!----------------//------ 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 Rey Bango Sent: Tuesday, September 05, 2006 8:47 AM To: jQuery Discussion. Subject: Re: [jQuery] Anything similar to scriptaculous for JQuery Hey Andy!! Thanks
[jQuery] Anything similar to scriptaculous for JQuery
Welcome Rey! Glad to have you on yet another list of which I'm a part. <!----------------//------ 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 Rey Bango Sent: Sunday, September 03, 2006 4:41 PM To: jQuery Discussion. Subject: [jQuery] Anything similar to scriptaculous for JQuery Hi everyone,
[jQuery] Thickbox 2.0 and dynamic content
One question I've got about the Thickbox/Lightbox libraries... Currently there's no way to bookmark an image on a specific page. Does anyone have any ideas about how to create a link that will load the correct page, but auto-display the chosen image? That's the main thing keeping me from using one of these systems. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> -----Original
[jQuery] jCarousel
This is AWESOME. I was just looking for something like this. It works wonderfully, but I did notice one or two oddities. In IE 6.0.2 (PC): The vertical carousel: http://sorgalla.com/projects/jcarousel/example_static_vertical.html the 3 pictures appear to be off by about 30 pixels vertically. The dynamic AJAX example: http://sorgalla.com/projects/jcarousel/example_dynamic_ajax.html Clicking the next button until you get to the end of the pictures and instead of just wrapping around to the end, the
[jQuery] discuss Digest, Vol 9, Issue 7
George Smith:
[jQuery] Searching for XML attribute
I seem to be having a problem with the latest release of Jquery Given this XML:- <?xml version="1.0" encoding="UTF-8"?> <viewentries toplevelentries="1"> <viewentry position="1" unid="91315C4702B51A9780257012002DFFCF" noteid="4806" siblings="1"> <entrydata columnnumber="0" name="Abbreviated Name"> <text>Janine Porter/Operations/Ventura House/Wath</text> </entrydata> <entrydata columnnumber="1" name="Common Name"> <text>Janine Porter</text> </entrydata>
[jQuery] Form fields: bug or request
I have a checkbox like this <input type="checkbox" id="foo" value="1" checked="checked" /> I would expect this code to uncheck it: $("#foo").val(0); // any value != 1 should uncheck it and this code to check it $("#foo").val(1); It doesn't. The value attribute of a checkbox is imho not dynamic like a texbox's, but static, and can only be toggled to on or off. When manipulating form fields (don't get me started on radio button sets), jQuery seems to lose its beauty. Any ideas? _______________________________________________
[jQuery] opacity in msie?
Hi there guys! Just wanted to make sure that if I check the opacity css property, IE will not return null (it was in some tests I did). I checked the source and on lines 389 to 393, this is what I see : 389 } else if ( p == "opacity" && jQuery.browser.msie ) 390 return parseFloat( jQuery.curCSS(e,"filter").replace(/ [^0-9.]/,"") ) || 1; 391 392 return jQuery.curCSS( e, p ); 393 }, This part makes me think that if I check $(this).css("opacity"); I should get the right value even if i'm in
[jQuery] Using .wrap() with IE
<!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"> I am working on a ASP.NET app with jQuery and have run into an IE error (everything works great on firefox, of course). I am trying to rewrite a few div tags using the DOM to make rounded corners, but when I use the .wrap() function Internet Explorer will not properly post back to the server (the asp server
[jQuery] Interface Slider in Opera
The Interface slider doesn't work correctly in Opera. When you click on the slider, it jumps out of the constraining box.<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] Ajax plugin bug
<div>it can't deal with dynamic loading outside script, like:</div> <div><script type="text/javascript" src="aa.js"></script></div> <div> </div> <div>or some scripts contains html comment tag, like:</div> <div><script type="text/javascript"></div> <div><!--</div> <div> alert(0);</div> <div>--></div> <div></script></div> _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] slideToggle height/visible problems
Hello everyone, I have div that has 4 large paragraphs in it. I'm like to use slideToggle() to show/hide the div, but have run into a few problems. After executing slideToggle() on my div, the following styles are set: <div style="overflow: visible; display: block; height: 171px;"> Compare this to the styles set if I use show() instead: <div style="overflow: hidden; display: block; height: 171px; width: 554px; opacity: 0.9999;"> I'd like to be able to adjust the height and overflow, but would like
[jQuery] ancestors, parent and parents
What is the difference between these three? ancestors and parents look like they are the same, but how is parent different? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Bug: parent() changes reference of element
Hi, I think I have found a bug in parent(), resulting in a reference change somewhere. Please check the error here: http://www.yalpani.de/jquery/parent-check/ Explanation: * I take this block of HTML... <div id="testingOuter"> <div id="testingInner"></div> </div> * ...and do... jObj = $('#testingInner'); console.log(jObj.get(0).getAttribute('id')); * ...then call... console.log(jObj.parent().get(0).getAttribute('id')); (here something happens to jObj) * ... and it results in a change of: console.log(jObj.get(0).getAttribute('id'));
[jQuery] bad iterator in interface's sortables
The iterator being used is a for-in but the object is an Array, so it's sometimes breaking and sometimes doing insane things due to my additions to Array.prototype. Sortables:92 for(i in jQuery.iSort.changed){ I suggest changing it to a vanilla for loop: for(var i = 0; i < jQuery.iSort.changed.length; i++){ Optimization and actually seeing if it works is an exercise to the reader ;) IMHO I don't think iterating with a for-in is a good idea if the object is an array. Cheers, Brito _______________________________________________
[jQuery] AJAX .Load stripping out a <STYLE> tag.
<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] problem with $("TAGNAME", httprequest.responseXML) with certain browsers
Hi Mario!
[jQuery] AJAX .Load Stripping out a <STYLE> tag.
Perhaps this is a problem ajax shouldn't be trying to fix? With an application that size, surely breaking back button and creating bookmarking problems isn't something you should be doing? George. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of Hartman, Matthew Sent: 01 September 2006 17:46 To: discuss@jquery.com Subject: Re: [jQuery] AJAX .Load Stripping out a <STYLE> tag. I already use an external stylesheet in the HEAD element. I agree
[jQuery] problem with $("TAGNAME", httprequest.responseXML) with certain browsers
Hi! I ran into the following problem trying to retrieve elements from responseXML with this function: function callback(httprequest) { var resp = httprequest.responseXML; $("body").append(" divs found in document: "+$("div").cur.length+"/3") .append(" properties found in responseXML "+$("properties", resp).cur.length+"/1") .append(" jsconf found in responseXML "+$("jsconf", resp).cur.length+"/1") .append(" things found in responseXML "+$("thing", resp).cur.length+"/2"); } The first append allways
Next Page