[jQuery] [Fwd: jquery bug 164]
> I just set up a test case that fails roughly using your test case > as a model. I tested it based on todays svn and it fails in IE6. > Can you test it against the older versions. Okay, the test case is updated. After a trip through Google CodeSearch I now boast the world's largest collection of jQuery builds. Since these were taken from random sources there's no guarantee they're untouched from the official build, but it's better than nothing. As you noticed, the test harness grabs the version
[jQuery] [Fwd: jquery bug 164]
I just set up a test case based closely on the sample code at the top of bug #164 and can't get it to fail in IE6 with build 501: http://methvin.com/junk/jquery-xml-bug.html?501 It does not fail on 413 either, using the copy of the file from http://imaptools.com:8081/js/jquery.js : http://methvin.com/junk/jquery-xml-bug.html?413 Can someone still experiencing this problem in real code please respond with a working (uh, non-working) test case and information about the version of the browser? Is it
[jQuery] [Fwd: jquery bug 164]
>> I'd would like to know if possible what is the
[jQuery] Table cell space
> Is there a way to get the amount of "padding"-like
[jQuery] How to auto save a form (basket)
I have the following problem, I'm not sure what is the best method to this. I got a basket. I save my items of the basket in a PHP $_SESSION ... You can enter some value's in the basket. I want these value's to be auto saved on change... For this I need to submit the value to the $_SESSION and keep this in the page. How should I do this? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Sneak Peek and Hover question
<a href="http://glenlipka.kokopop.com/jQuery/payroll/">http://glenlipka.kokopop.com/jQuery/payroll/</a> <a href="http://glenlipka.kokopop.com/jQuery/intuit/">http://glenlipka.kokopop.com/jQuery/intuit/</a> Ok, here is my problem, and it's on both pages. Mouse over the tabs in the middle on either one using IE 6. HORRIBLE flickering problem. I wasn't using $hover(). I tried a few different things. Single image hover, etc. What is the best way to avoid the flicker in IE. Does jQuery Hover() deal
[jQuery] Last Day for Submission for the JQuery Button Contest
Hi Everyone, Just a reminder that today is the last day to post your submissions for the JQuery Button Contest. Your entries need to be in before midnight PST so don't delay! http://jquery.com/blog/2006/10/26/jquery-button-contest-many-prizes Rey... _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] [Fwd: jquery bug 164]
Clem, As far as I know this is still an open issue. I am hoping the one of the developers that has some expertise in IE will take pity on us and try to fix this bug sooner rather than later ;). This was not a problem pre 1.0.0, but I'm sure a lot of code has change since then which has resulted in this bug. The thanks go to the jQuery team, not me. These guys are way smarter then me and are generating a very awesome package. Best regards, -Steve -------- Original Message -------- Subject: jquery
[jQuery] Problem with Events
I want to use events with jquery and tried the example: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <script type="text/javascript" src="/js/jquery.js"></script> <script type="text/javascript"> // <![CDATA[ $("p").click( function() { alert("Hello"); } ); // ]]> </script> </head> <body> Hello </body> </html> But nothing happens, also with the other events (dblclick, mousedown etc.) Can someone help me out?? -- View this message in context: http://www.nabble.com/Problem-with-Events-tf2569714.html#a7163372
[jQuery] metadata, application/json script extended
I made good use of the metadata talk, I selected the script option of embedding parameters. But I wasn't really ready to start adding <script> tags before each <a href> that I wanted to script... so I went up the ancestor tree and look for the previous script tags, then one gets extended into the next. It seems to work pretty well. $("a.url").click(function(){ var obj = {url:this.href}; $(this).parents().add(this).prev('script[@type=application/json]') .each(function(){ eval('var
[jQuery] checking for cookie
Is there a way to check for cookies are enabled with jquery. and is there a cookie pugin? thanks -- View this message in context: http://www.nabble.com/checking-for-cookie-tf2570266.html#a7164717 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Problem with Events
On Friday, November 03, 2006 9:50 AM Muckinger <> said:
[jQuery] Animated style change (margin change)
Is there a plugin or effect that I am not seeing in the documentation to animate a change in margin? I have a series of images contained inside of divs with a certain margin-left setting. I would like to be able to create an effect where the images slide over to the side without disappearing. -- Bradford R. Bowman <bowman@mazirian.com> GnuPG public key [0x3EE183C6] Available at http://pgp.mit.edu _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jQuery 1.0.3 compressed - file header missing
The packed version of jQuery 1.0.3 is missing the file header, 1.0.2 had it. I know it makes the file slightly smaller but then there is no way to know what version you're using. Thanks! Laurent _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Getting the favicon of an iframe?
Hey there! Last night, I wrote something really simple (and buggy) for my collegue, to demonstate how quickly one could write something fairly powerful in jQuery. The result was http://www.dan-atkinson.com/jQuery/jStatus/index.html this . I intend to flesh it out, but it was a demonstration of something much bigger. It's more or less a draggable, resizable (dodgy), minimizable iframe thickbox. The status bar image was done as a joke because it looked too much like Windows dialog boxes. Anyway, what
[jQuery] New way of animating
<!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=062544016-03112006><FONT face=Arial color=#0000ff size=2>That's marvelous! Reminds me of a tween.as library that someone wrote for Flash.</FONT></SPAN></DIV> <P><FONT size=2><!----------------//------<BR>andy matthews<BR>web developer<BR>certified advanced coldfusion programmer<BR>ICGLink,
[jQuery] Capture tab focus in dialog window
Hi all, I thought I just share that: Say you are opening a dialog window with two buttons/links in it and want to prevent that the focus goes right back to the page (which is covered by an overlay and should be kind of disabled) while you are using the tab key, not the mouse...: 1. Give both buttons a tabindex of 1000 and 1001 for example (a huge number to ensure all elements on the page have a lower tabindex). 2. After the window has opened, if the tab key gets pressed focus the first button (dialogWindow
[jQuery] IE Stylesheet API
Anyone know where I can find the equivalent of: <a href="http://developer.mozilla.org/en/docs/DOM:stylesheet">http://developer.mozilla.org/en/docs/DOM:stylesheet</a> for IE (Safari/Opera?)<br clear="all"> -- Yehuda Katz Web Developer | Wycats Designs (ph) 718.877.1325 _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Thickbox + hidden content + IE
<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] JQuery FX buggy
Hi I just started with JQuery and I love it. The fx bit is really cool. Sadly it seems quite buggy. I tried the following using interface elements and it gives me an "Object doesn't support this property or method" error on line 93, char 2. Also gave me various other errors. I'm running on IE6 and Firefox 2 with the latest version of JQuery and Interface elements. <html> <head> <script type="text/javascript" src="./jquery.js"></script> <script type="text/javascript" src="./ifxslide.js"></script>
[jQuery] jQuery 1.0.3 compressed - file header missing
<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] combo in ie
Hi All, I just found a little problem in ie with jquery. If we declare a combo box in a form without the value attribute we can´t get the value in internet Explorer. Example: <select id="combo" name="combo"> <option>1</option> <option>2</option> <option selected>3</option> </select> $('#combo').val(); This doesn´t work on ie. We must declare the select with the attribute value: <select id="combo" name="combo"> <option value="1">1</option> <option value="2">2</option> <option value="3" selected>3</option>
[jQuery] when checkbox is checked
i'm having a problem with checkbox values (i've read through the discussion list and it's helped but not enough to get this working). http://bdm.twothirty.com/ what i want to do is this: IF checkbox is checked, it shows div.blurb for the blurb underneath the checkbox, as well as it shows some additional fields. right now it sort of works if you check a box, and hit refresh, but it does not work without a page reload. ideas? suggestions? -- View this message in context: http://www.nabble.com/when-checkbox-is-checked-tf2556804.html#a7125215
[jQuery] Parsing XML
<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> <!-- /* Font Definitions */ @font-face {font-family:"Trebuchet MS"; panose-1:2 11 6 3 2 2 2 2 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin-top:0cm; margin-right:0cm;
[jQuery] $(form.elements) fails in Safari
> I added a test for a[0] == undefined instead of checking
[jQuery] Simple hover effect.
I'm new to javascript and was looking to jquery to make things easier. I am sure this is a common and easy situation, but I am not sure how to solve it. I was just playing with the hover method below, and it works to alter the style of the .item1 divs when I hover over the .item1 divs themselves. But how might i add a class to .item1 divs when instead hovering over the .container divs? Sorry for such a rudimentary question. <body> <style type="text/css"> .test1 {height: 100px; width: 100px; background:
[jQuery] 1.0 to 1.0.3 upgrade issues
> Wait ... Rev 522 might have fixed this. Anyone care to test. You know, as soon as I sent that I was wondering if the problem you mentioned with Safari would be affected by that. This part of the patch does fix the problem with Firefox 1.5 on XP. if ( a && typeof a == "function" && jQuery.fn.ready && a.length == undefined ) // Safari reports DOM NodeLists typeof as function _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] 1.0 to 1.0.3 upgrade issues
--
[jQuery] Xpath and tab selection
So I have a tabbed navigation system, and I am using jquery to auto-select the current tab. Here's the html: <ul id="main_nav"> <li> /services/ SERVICES </li> <li> /store/ STORE </li> <li> /about-us/ ABOUT US </li> <li> /gallery/ GALLERY </li> <li> /press/ PRESS </li> </ul> Here's my jQuery code (adapted from http://leftlogic.com/info/articles?id=1): if (location.pathname.substring(1)) { $('#main_nav a[@href$="' + location.pathname.substring(1) + '"]').parent().attr('id', 'current'); } I'm using
[jQuery] Event fix in Safari - cannot work
Hi, I just had a look at the event fix. I think it cannot work for Safari, here's how it is now: The fix function is called if the event argument for handle is undefined: event = event || jQuery.event.fix( window.event ); So jQuery.event.fix is only executed if event is undefined, but this is only the case in IE. Thus the following lines in jQuery.event.fix are never executed in Safari: ... } else if(jQuery.browser.safari && event.target.nodeType == 3) { // target is readonly, clone the event object
[jQuery] 1.0 to 1.0.3 upgrade issues
> I recently upgraded to jquery 1.0.3 and one of my plugins is having
[jQuery] jQuery plugin for whatever:hover (csshover.htc).
<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] $(form.elements) fails in Safari
> Okay ... so here is the deal. Safari reports typeof on a nodeList
[jQuery] jQuery plugin for whatever:hover (csshover.htc).
> Has anyone attempted to rewrite csshover.htc
[jQuery] 1.0 to 1.0.3 upgrade issues
I recently upgraded to jquery 1.0.3 and one of my plugins is having some issues. when running Johns debug plugin I get the following message: message "f.apply is not a function" fileName " <a href="http://javascript.wstuckey.sandbox/jquery/dist/jquery.js">http://javascript.wstuckey.sandbox/jquery/dist/jquery.js</a>" lineNumber 3609 stack "([object HTMLObjectElement])@<a href="http://javascript.wstuckey.sandbox/jquery/dist/jquery.js:3609\napply([ob.."> http://javascript.wstuckey.sandbox/jquery/dist/jquery.js:3609\napply([ob..</a>."
[jQuery] form validation w/ simple ajax
Hey all, I am working on some form validation and all works fine except on point. what I am trying to do is check if an email address is already in the database, I get the connection and the function gets a return but I can't get the return to return true. Not sure if this making sense so here is the code. function isAjaxCheckEmail(str){ try{ var args; if(isCD){ // this is a variable that is set to true if the site is on a cd return false; } else{ //
[jQuery] Fluent Text Highlighting
Hi guys, did you ever had the need to mark a text with a special color, not by letters but exactly by pixels? As I proof of concept and actually in a non-jquery version for a customer I've implemented this method as a plugin. Check it out and remember: The code is shit, really :P But you see my idea: <a href="http://paul.jquery.com/plugins/fluent-text-highlighting/">http://paul.jquery.com/plugins/fluent-text-highlighting/</a> What do you think about that? Could it be handy for you, too? <br clear="all">
[jQuery] My longest chain so far
One got to love jQuery...: jqBox.removeClass('standby').find('a').click(function() { ... }).end().find('button').eq(0).blur(function() { ... }).click(function() { ... }).end().eq(1).blur(function() { ... }).click(function() { ... }).end().end(); // reset jqBox -- Klaus _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Home List Server
Command dave.methvin wrote: For a real eye opener, unplug your mouse for a day and try to use some of the Web 2.0 pages people are building. Another great eyeopener would be unplugging your monitor for the day and trying to play a game of solitaire. But enough about geeky drinking games... Maybe we could include some links to Bobby: http://webxact.watchfire.com/ What really winds me up is when some people come up with simple demos, but don't bother to actually make it valid XHTML. -- View this message
[jQuery] Don't forget accessibility
The recent discussion about the merits of putting code into "hidden" parts of the document brings up the accessibility issue. Accessibility is not just about totally blind or deaf people. It's also about the person who is color-blind, has limited motor skills, or just prefers using a keyboard. Accessibility comes in handy, for example, when you're on a PC with a crummy pointing device like a touchpad that makes it hard to drag-and-drop. For a real eye opener, unplug your mouse for a day and try to
Next Page