[jQuery] Re: encoding(charset) problem

2007-07-05 Thread Ⓙⓐⓚⓔ
/jsgameviewer/index1.html Thank you. Guoliang -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Binding actions after an ajax call?

2007-06-30 Thread Ⓙⓐⓚⓔ
what it needs, and does the same load() for each related DIV. Woo-hoo!! jQuery ROCKS! And it makes rapid development simple with CakePHP!! Regards, -Toby -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: SELECTOR CHALLENGE

2007-06-25 Thread Ⓙⓐⓚⓔ
in advance for your great knowledge, :). John Farrar -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: SELECTOR CHALLENGE

2007-06-25 Thread Ⓙⓐⓚⓔ
25, 8:34 pm, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: var myResults = $('form').filter(function(){return ! $(this).html().match('coop:manage')}) // untested, and rather sloppy... but it should do the job On 6/25/07, John Farrar [EMAIL PROTECTED] wrote: NOTE: I can select the forms and loop

[jQuery] Re: SELECTOR CHALLENGE

2007-06-25 Thread Ⓙⓐⓚⓔ
oops http://jqueryjs.googlecode.com/svn/trunk/jquery/ On 6/25/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: ouch! namespaces are second class citizens in the JavaScript world! I think the latest version of jQuery handles it better. so Sean's should work. http://jqueryjs.googlecode.com/svn/branches/1.2

[jQuery] Re: Loosing access to 'this' objects in callback method!

2007-06-24 Thread Ⓙⓐⓚⓔ
, much appreciated Regards, Glenn -- View this message in context: http://www.nabble.com/Loosing-access-to-%27this%27-objects-in-callback-method%21-tf3970581s15494.html#a11277167 Sent from the JQuery mailing list archive at Nabble.com. -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Is it possible to attach codes to body.onload via document.ready?

2007-06-23 Thread Ⓙⓐⓚⓔ
I take it all back! script type=text/javascript $(function(){ eval($('body').attr('onload')); }); /script /head body onload='alert(hi)' ok /body alerted 2 times!! On 6/23/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: yes... it overrides

[jQuery] Re: Is it possible to attach codes to body.onload via document.ready?

2007-06-23 Thread Ⓙⓐⓚⓔ
, or other methods to attach body.onload? thanks.- 隱藏被引用文字 - - 顯示被引用文字 - -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: displaying an offscreen row

2007-06-23 Thread Ⓙⓐⓚⓔ
, using DOM? I don't think so, but thought I'd ask. Do any of the add-ons for jquery that deal with tables handle this? Try the scrollIntoView method: $('tr')[0].scrollIntoView(); http://developer.mozilla.org/en/docs/DOM:element.scrollIntoView --Klaus -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: encodeURIComponent localized for custom encoding

2007-06-22 Thread Ⓙⓐⓚⓔ
diff is a unix file compare ... the -u option is the prettiest and most understandable option. any compare utility will do! On 6/22/07, oscar esp [EMAIL PROTECTED] wrote: diff -u ¿? I don't know diff prg. :-( Thanks. On 21 jun, 18:41, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: do a diff -u between

[jQuery] Re: Test

2007-06-22 Thread Ⓙⓐⓚⓔ
http://www.KenzoMedia.com http://www.KenzoHosting.com -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Easebox

2007-06-22 Thread Ⓙⓐⓚⓔ
to it on it. Any suggestions to add to the list? Any suggestions of how I could improve the code? I have no idea how to make it into a plugin. Continuing to work on it, but help is greatly appreciated. Glen -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: encodeURIComponent localized for custom encoding

2007-06-21 Thread Ⓙⓐⓚⓔ
but: Could we add the charset setup into 1.2 official version? I need to be sure that putting the cahrset we don't crash other things... Seems that be never fix! the problem. Thanks Jake. -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: json-in-script and getJSON

2007-06-20 Thread Ⓙⓐⓚⓔ
(json) { g_szComments = json.feed.entry.sort(a_comprc); }) I hope I am not asking a too stupid question... -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Reading HTML from XML

2007-06-19 Thread Ⓙⓐⓚⓔ
http://www.KenzoMedia.com http://www.KenzoHosting.com -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: german umlauts

2007-06-19 Thread Ⓙⓐⓚⓔ
: $j('body').prepend('p style=color:#FF;auml;ÖÜß/p'); i'm getting ä��� so i guess i have to encode those, which would be ok. weird, it's always the encoding of strings that cause me so much trouble! dang! micha -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: encodeURIComponent localized for custom encoding

2007-06-19 Thread Ⓙⓐⓚⓔ
); } }); } __ the page that get the post META http-equip=Content-Type content=text/html; charset=iso-8859-1 % Response.AddHeader Content-Type, text/html; charset=iso-8859-1 Response.Write(response: +request.Form(text1).item) % -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: german umlauts

2007-06-19 Thread Ⓙⓐⓚⓔ
I don't see a charset there what is the server putting in for it??? php isn't very clever with utf, so you have to be very careful! a live link would help to see the headers and the encoding!! On 6/19/07, Michael Stuhr [EMAIL PROTECTED] wrote: Ⓙⓐⓚⓔ schrieb: it looks like your page

[jQuery] Re: How to create an endless animation?

2007-06-18 Thread Ⓙⓐⓚⓔ
find one yet. Thanks in advance, Arne You can use a recursive function maybe... (untested): function endless() { $('#whatever').animate({ /* properties */ }, 200, endless); } -- Klaus -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: How to disable (or properly remove) meta refresh?

2007-06-17 Thread Ⓙⓐⓚⓔ
-equiv=refresh content=10;URL=index.htm / ? I've tried $([EMAIL PROTECTED]).remove(); but it didn't work. I'm so hopeful of a solution. Thank you. -Michael- -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: jQuery may add $.browser.isiPhone

2007-06-17 Thread Ⓙⓐⓚⓔ
as adding a line with iphone: /iphone/.test(b), inside jQuery.browser = { }.. But, if it's added to the core: please, please name it $.browser.iphone for consistency. Just because Apple uses odd capitalisation, that doesn't mean we should use it in jQuery like that. Best, Bob. -- Ⓙⓐⓚⓔ - יעקב

[jQuery] Re: Safari 3 and onload

2007-06-16 Thread Ⓙⓐⓚⓔ
the dom and scripts are ready. $(window).load(...) is when the layout has been calculated and all images have been loaded. What other events might be useful? --Erik On 6/15/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: very interesting! what is loaded to you? loaded to me means the dom scripts

[jQuery] Re: encodeURIComponent localized for custom encoding

2007-06-16 Thread Ⓙⓐⓚⓔ
with the patch. using ajax call: -works by get -doesn't work by post using ajaxForms: -doesn't work by post -doesn't work by get. Any other suggestion ake? Thanks for your help. -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Insert table row next to last row

2007-06-16 Thread Ⓙⓐⓚⓔ
(rowcells); I need to add a footer row to the same table. Is there a simple modification to the the above code so that it would insert a row above the last table row? -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: encodeURIComponent localized for custom encoding

2007-06-15 Thread Ⓙⓐⓚⓔ
: Your jQuery branch is standar 1.2+patch UTF8¿? PD:Thanks for your help!!! For me this issue is a critical, and to mantain my current project too.. because I decide to use jquery and teacher begins to be scare.. On 14 jun, 20:00, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: $.pair = function(f,v) {return

[jQuery] Re: Can Jquery be used to provide an image backup system?

2007-06-15 Thread Ⓙⓐⓚⓔ
complete is cute, but the onload handler is cool! $('img').load(function (){ /*play with it */}) On 6/15/07, Sean Catchpole [EMAIL PROTECTED] wrote: Thanks Karl, I had no idea there was a complete property. Is this only for images, or all DOM elements? ~Sean -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ

[jQuery] Re: Can Jquery be used to provide an image backup system?

2007-06-15 Thread Ⓙⓐⓚⓔ
_ Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 15, 2007, at 3:57 PM, Ⓙⓐⓚⓔ wrote: complete is cute, but the onload handler is cool! $('img').load(function (){ /*play with it */}) On 6/15/07, Sean Catchpole [EMAIL PROTECTED] wrote: Thanks Karl, I had

[jQuery] Re: Safari 3 and onload

2007-06-15 Thread Ⓙⓐⓚⓔ
part of the load time is not included. http://www.howtocreate.co.uk/safaribenchmarks.html - - Bil -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: ANNOUNCE: Please Welcome New jQuery Team Member Glen Lipka

2007-06-15 Thread Ⓙⓐⓚⓔ
Great news! It's always good to hear from Glen! He comes to jQuery from a different place than most of us geeks! -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: encodeURIComponent localized for custom encoding

2007-06-14 Thread Ⓙⓐⓚⓔ
will be in iso-8859-1¿? On 10 jun, 19:53, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: keep me posted!! You may also need : ajaxSetup({contentType: application/x-www-form-urlencoded; charset=whatever charset you want to call it}) On 6/10/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: Oscar, you can play

[jQuery] Re: encodeURIComponent localized for custom encoding

2007-06-14 Thread Ⓙⓐⓚⓔ
the form plugion will mantain the new charset? On 10 jun, 19:53, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: keep me posted!! You may also need : ajaxSetup({contentType: application/x-www-form-urlencoded; charset=whatever charset you want to call it}) On 6/10/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote

[jQuery] Re: Request to all developers: Put version number in file name please

2007-06-13 Thread Ⓙⓐⓚⓔ
at the filename and source, can you tell if this the first beta or the second? http://ideamill.synaptrixgroup.com/jquery/tablefilter/_dist/jquery.tableFilter-packed.js There's no quick way to know. - Bil -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Request to all developers: Put version number in file name please

2007-06-13 Thread Ⓙⓐⓚⓔ
I thought about that! I tend to download both versions ... I sometimes want to look at what I'm using! On 6/13/07, Bil Corry [EMAIL PROTECTED] wrote: Ⓙⓐⓚⓔ wrote on 6/13/2007 1:27 PM: I would quickly grep my files and find the version in use. How would you grep the version from jquery

[jQuery] Re: link's $(this) in MSIE6

2007-06-13 Thread Ⓙⓐⓚⓔ
! ...some animation and another actions... } The problem is, that in MSIE6 $(this).blur(); blurs NOT the link, but a WINDOW. What's a workaround? Or is this a bug? Note that it works in Firefox 2 and Opera 9. -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: link's $(this) in MSIE6

2007-06-13 Thread Ⓙⓐⓚⓔ
but you probably want that.blur() On 6/13/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: this is not this! this is the window! a href=... onclick=myaction(this); return false; passes this as a parameter for later use. function myaction(that) { $(that).blur(); // blurs that which was this ...some

[jQuery] Re: link's $(this) in MSIE6

2007-06-13 Thread Ⓙⓐⓚⓔ
() { this.blur(); // this this is not that this } function myProperAction { this.blur(); // this this is that this return false; } $('a...').bind('click', myProperAction); ... a ... onclick=myAction(); return false;... --Erik On 6/13/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: but you probably want

[jQuery] Re: textNodes Plugin 0.2

2007-06-12 Thread Ⓙⓐⓚⓔ
the benefit of using this plugin is to keep the chain, using chainable events instead of dropping into each loops. On 6/12/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Ⓙⓐⓚⓔ wrote: a new, and I think very useful function, match() I find that last one quite interesting: I through

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Ⓙⓐⓚⓔ
thanks Shelane! I've been tuned in since 10 am!!! On 6/11/07, Shelane Enos [EMAIL PROTECTED] wrote: Macrumors.com is running a continuous AJAX update of the keynote address of WWDC. No more update in 60 seconds countdown. -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Ⓙⓐⓚⓔ
10:49 amusing safari to make widgets from web pages Woo hoo! On 6/11/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: thanks Shelane! I've been tuned in since 10 am!!! On 6/11/07, Shelane Enos [EMAIL PROTECTED] wrote: Macrumors.com is running a continuous AJAX update of the keynote address of WWDC

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Ⓙⓐⓚⓔ
://Macrumors.com http://Macrumors.com is running a continuous AJAX update of the keynote address of WWDC. No more update in 60 seconds countdown. -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Ⓙⓐⓚⓔ
with a very sweet solution11:16 amWhat about developers?11:15 am18 days from now11:15 amShips June 29th - 6pm11:15 amONE LAST THING: iPhone THAT MEANS jQuery!! On 6/11/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: 11:09 amSafari On WINDOWS11:09 am18 Million Safari users Marketshare has climbed to 4.9% IE

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Ⓙⓐⓚⓔ
get Safari 3.0 for Windows (or os x) ! http://www.apple.com/safari/download/ It didn't install on my os x but the windows version may work. On 6/11/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: 11:17 amInnovative new way for developing for mobile applications. based on iphone having full safari

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Ⓙⓐⓚⓔ
did you try it on any jQuery pages? On 6/11/07, Howard Jones [EMAIL PROTECTED] wrote: Ⓙⓐⓚⓔ wrote: get Safari 3.0 for Windows (or os x) ! http://www.apple.com/safari/download/ It didn't install on my os x but the windows version may work. It installed just fine on Vista64

[jQuery] textNodes Plugin 0.1

2007-06-11 Thread Ⓙⓐⓚⓔ
a set of plugins to work with textNodes inside the dom. textNodes() replace() split() span() acronyms() more! get it here: http://jqueryjs.googlecode.com/svn/trunk/plugins/textNodes/ see it here: http://cigar.dynalias.org/plugins/textNodes/textNodes.html -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: IDEA: Plugin Registering

2007-06-11 Thread Ⓙⓐⓚⓔ
and what version they are. What is the status of the enhanced plugin site anyway? Glen -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: IDEA: Plugin Registering

2007-06-11 Thread Ⓙⓐⓚⓔ
. Right now, I can't keep track of all the plugins I've used and what version they are. What is the status of the enhanced plugin site anyway? Glen -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: textNodes Plugin 0.1

2007-06-11 Thread Ⓙⓐⓚⓔ
cute. On 6/11/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Michael Stuhr wrote: Ⓙⓐⓚⓔ schrieb: a set of plugins to work with textNodes inside the dom. textNodes() replace() split() span() acronyms() more! get it here: http://jqueryjs.googlecode.com/svn/trunk/plugins/textNodes

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Ⓙⓐⓚⓔ
Shelane Enos said: Works fine on my XP (the one that sits in the corner of my office), though I haven't used it extensively. Oh *that* computer? The one in the corner of your office? For minute there I thought you were talking about a different computer... -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: textNodes Plugin 0.1

2007-06-11 Thread Ⓙⓐⓚⓔ
/group/jquery-dev --John On 6/11/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: it's release 0.1 ... more sample and code to follow. If we had a dev list, I would have posted there first. it started with fudging textNodes into a jQuery... it was messy, but worked... I needed some more tools, so I cleaned

[jQuery] Re: textNodes Plugin 0.1

2007-06-11 Thread Ⓙⓐⓚⓔ
http://cigar.dynalias.org/plugins/textNodes/ has another quasi-homepage and another demo. On 6/11/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: Thanks John! and stop hijacking my thread! Any comments??? On 6/11/07, John Resig [EMAIL PROTECTED] wrote: Ok - I just opened the gates, apparently everything

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Ⓙⓐⓚⓔ
for more that 15 years now. My PC is the machine that sits in the corner b/c I only use it when I have to, and that's for testing web apps only. It's a laptop, so it doesn't have to get in my way. I just VNC to it from my Mac when I test. :-) -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: getting the caller of an event

2007-06-11 Thread Ⓙⓐⓚⓔ
-- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: textNodes Plugin 0.1

2007-06-11 Thread Ⓙⓐⓚⓔ
are different than normal dom nodes) get you down! On 6/11/07, Michael Stuhr [EMAIL PROTECTED] wrote: are these in release state? i couldn't see any version numbers in the files, just the trac ones. that makes it somewhat difficult to keep trac ... micha -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: encodeURIComponent localized for custom encoding

2007-06-10 Thread Ⓙⓐⓚⓔ
keep me posted!! You may also need : ajaxSetup({contentType: application/x-www-form-urlencoded; charset=whatever charset you want to call it}) On 6/10/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: Oscar, you can play with the jQuery from my branch (not released, and just to try it... no guarantees

[jQuery] [ot] String.split in Opera.

2007-06-10 Thread Ⓙⓐⓚⓔ
javascript:alert(hello there Opera.split(/\b/).length) Firefox says 5 , safari says 6, Opera says 15! it really got me confused while writing some jQuery code! now I use $.browser.opera ? /(\s+)/ : /\b/ ; instead. Ouch, I didn't realize there was that much of a difference!

[jQuery] Re: [ot] String.split in Opera.

2007-06-10 Thread Ⓙⓐⓚⓔ
safari says 3 for javascript:alert(hello there Opera.split(/(\s+)/).length) On 6/10/07, Matt Stith [EMAIL PROTECTED] wrote: why not just use /(\s+)/ in firefox too then? It gives me the correct number of 5. On 6/10/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: javascript:alert(hello there Opera.split

[jQuery] Re: [ot] String.split in Opera.

2007-06-10 Thread Ⓙⓐⓚⓔ
WWIED? What would IE do? On 6/10/07, Matt Stith [EMAIL PROTECTED] wrote: o.O damn, like you said, i didnt know there was that big of a difference! On 6/10/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: safari says 3 for javascript:alert(hello there Opera.split(/(\s+)/).length) On 6/10/07, Matt

[jQuery] Re: [ot] String.split in Opera.

2007-06-10 Thread Ⓙⓐⓚⓔ
) Firefox says 5 , safari says 6, Opera says 15! it really got me confused while writing some jQuery code! now I use $.browser.opera ? /(\s+)/ : /\b/ ; instead. Ouch, I didn't realize there was that much of a difference! -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: encodeURIComponent localized for custom encoding

2007-06-09 Thread Ⓙⓐⓚⓔ
http://dev.jquery.com/ticket/1289 On 6/9/07, Brandon Aaron [EMAIL PROTECTED] wrote: Be sure to add this to trac. -- Brandon Aaron On 6/9/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: I also added to the patch renaming the parameter 'xml' and sometimes 'r' to 'xhr'. I think it makes it easier to read

[jQuery] encodeURIComponent localized for custom encoding

2007-06-07 Thread Ⓙⓐⓚⓔ
is used in param (serialize) and can easily be overriden. as in $.pair = function(f,v) {return escape(f) + = + escape(v)}; $.ajax({ url: /test.cgi, data: {foo:'Jörn'}, success: function(){console.log(arguments)} }) PS posted here because the dev list is pretty down. -- Ⓙⓐⓚⓔ - יעקב

[jQuery] Re: select td 2 levels up

2007-06-07 Thread Ⓙⓐⓚⓔ
. I have this, which works, but it's ugly. $(this).parents(td:first).parents(td:first).attr(class,greenback); Is there a cleaner way? - Josh -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: select td 2 levels up

2007-06-07 Thread Ⓙⓐⓚⓔ
oops Matt. if this is the i in centerbiHa Ha/i/b/center yours breaks

[jQuery] Re: select td 2 levels up

2007-06-07 Thread Ⓙⓐⓚⓔ
I want in IE6. Oh well, ugly it is! - Original Message - *From:* Ⓙⓐⓚⓔ [EMAIL PROTECTED] *To:* jquery-en@googlegroups.com *Sent:* Thursday, June 07, 2007 11:09 AM *Subject:* [jQuery] Re: select td 2 levels up oops Matt. if this is the i in centerbiHa Ha/i/b/center yours breaks

[jQuery] Re: QuickTime control bar disappearing after .remove() and .load()

2007-06-06 Thread Ⓙⓐⓚⓔ
: 0x80530005 (NS_ERROR_DOM_INVALID_CHARACTER_ERR) location: http:// www.andcuriouser.com/sandbox/jqueryqt/test.html Line: 7] Thanks, Aaron -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] processData:false in ajax calls?

2007-06-06 Thread Ⓙⓐⓚⓔ
I'm a bit confused about processData parameter in the ajax call. From the doc it talks about sending a dom node to the server, that sounds pretty strange. What is it used for? From the code it looks like a perfect hook to send non utf-8 data (iso-8859-1). Has anyone used it??? -- Ⓙⓐⓚⓔ - יעקב

[jQuery] Re: QuickTime control bar disappearing after .remove() and .load()

2007-06-06 Thread Ⓙⓐⓚⓔ
; ? height=?php echo $movieheight; ? param name=autoplay value=false / param name=controller value=true / /object !--![endif]-- /object Anyway, this doesn't have any bearing on my JS problem. Aaron -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: processData:false in ajax calls?

2007-06-06 Thread Ⓙⓐⓚⓔ
has anyone used it to send an xml doc??? That's what the doc says... I guess I'll just have to try it! On 6/6/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Ⓙⓐⓚⓔ wrote: I'm a bit confused about processData parameter in the ajax call. From the doc it talks about sending a dom node

[jQuery] Re: processData:false in ajax calls?

2007-06-06 Thread Ⓙⓐⓚⓔ
happens! data: 'foo=Jörn', gave me: foo=J%C3%B6rn data: 'foo='+ escape('Jörn'), gave me foo=J%F6rn which looks like pretty good ascii encoding.. ! perhaps we need an alternate $.serialize for these non-utf users??? On 6/6/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: has

[jQuery] Re: jQuery core charset???????????(please help!!!!me!)

2007-06-06 Thread Ⓙⓐⓚⓔ
Oscar, I've put together an ajax call that passes iso8859-1 instead of utf-8. It's not pretty but shows that by doing your own serialize the server sees iso chars instead of utf. script type=text/javascript src=../js/jquery.js/script script type=text/javascript

[jQuery] Re: jQuery core charset???????????(please help!!!!me!)

2007-06-06 Thread Ⓙⓐⓚⓔ
://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Deprecated_Features#Escape_Sequences Mike On 6/6/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: Oscar, I've put together an ajax call that passes iso8859-1 instead of utf-8. It's not pretty but shows that by doing your own serialize the server

[jQuery] Re: processData:false in ajax calls?

2007-06-06 Thread Ⓙⓐⓚⓔ
it much easier for someone to pop in their own encoder by simply overwriting $.encode. MIke On 6/6/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: I trie $.ajax({ url: /test.cgi, processData: false, data: $('html

[jQuery] Re: processData:false in ajax calls?

2007-06-06 Thread Ⓙⓐⓚⓔ
$.encode. MIke On 6/6/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: I trie $.ajax({ url: /test.cgi, processData: false, data: $('html'), success: function(){console.log(arguments

[jQuery] [ot] hijacking threads for non-threaded readers.

2007-06-05 Thread Ⓙⓐⓚⓔ
, gmail intelligently shades new lines in a reply... so the changes stand out.. and this gets shot to ___ when you use another e-mailler. -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: [ot] hijacking threads for non-threaded readers.

2007-06-05 Thread Ⓙⓐⓚⓔ
that is the normal behavior! You just did it... and so did I! On 6/5/07, Sean Catchpole [EMAIL PROTECTED] wrote: On 6/5/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: So, for us gmail users, we have to remember to compose a new message , rather then hitting reply and changing the subject. Just to make

[jQuery] Re: What event is fired when all images are loaded and displayed?

2007-06-05 Thread Ⓙⓐⓚⓔ
to be in the wrong position on the initial load, though it works correctly once the images are cached. Is there another event that gets fired when absolutely everything is ready? I don't know of one... -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Processing ajax load content before it gets added to DOM ?

2007-06-05 Thread Ⓙⓐⓚⓔ
= _blank; }); It doesn't work. Again, perhaps because the DOM update doesn't occur until the function returns? Is this correct? Any ideas what I could be doing wrong here? Thx, Sandy -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Slideshow with unknown amount of images

2007-06-04 Thread Ⓙⓐⓚⓔ
method would be to just cycle a whole directory of images, at least if I want to avoid server side scripting. Is this possible in any way using JavaScript and/or jQuery? I fear it's not, but maybe you have a hint or something… Thanks in advance, Arne -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Slideshow with unknown amount of images

2007-06-04 Thread Ⓙⓐⓚⓔ
: Ⓙⓐⓚⓔ schrieb: My dog does that! Actually we do it for him... he just sits for pictures... I wrote a plugin http://jqueryjs.googlecode.com/svn/trunk/plugins/traverseDir/ http://jqueryjs.googlecode.com/svn/trunk/plugins/traverseDir/ that I use all over his site http://jpassoc.com/junior

[jQuery] Re: Slideshow with unknown amount of images

2007-06-04 Thread Ⓙⓐⓚⓔ
searches the dir and hooks the text, then diddles the links. using http://jpassoc.com/js/jquery-kidsbook.js On 6/4/07, Mike Alsup [EMAIL PROTECTED] wrote: Jake, this plugin is really cool! Thanks. Mike http://jqueryjs.googlecode.com/svn/trunk/plugins/traverseDir/ -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ

[jQuery] Re: jQuery core charset???????????(please help!!!!me!)

2007-06-03 Thread Ⓙⓐⓚⓔ
:00, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: jQuery has no core character set, nor does JavaScript. When you don't specify it everywhere you get mixed sets. Your asp is getting utf-8, but you are expecting one of the ascii iso8859 sets. My advice is to use utf-8 everywhere and make sure you properly

[jQuery] Re: jQuery core charset???????????(please help!!!!me!)

2007-06-03 Thread Ⓙⓐⓚⓔ
. jQuery is only going to submit UTF-8 because it uses encodeURIComponent (as it should). If you need a different charset on the server then that's where you'll need to convert it. Mike -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: jQuery core charset???????????(please help!!!!me!)

2007-06-03 Thread Ⓙⓐⓚⓔ
=0.7 Acceot-Charset is what you will accept, not what you are sending. I just don't understand this charset issue. May some learned solul throw some light on this issue in a little detail. thanks in advance. On Jun 3, 3:00 pm, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: I don't think there is a quick

[jQuery] Re: Plugin to link words/phrases

2007-06-03 Thread Ⓙⓐⓚⓔ
. -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: jQuery core charset???????????(please help!!!!me!)

2007-06-03 Thread Ⓙⓐⓚⓔ
things in technical terms. Hope you can use little layman terms to explain in this thread as to how is it happening and what can be done. I am sure many would be benefited by this explanation. Thanks again On Jun 3, 10:38 pm, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: ok the long and tedious method (as I see

[jQuery] Re: Plugin to link words/phrases

2007-06-02 Thread Ⓙⓐⓚⓔ
. The concept is similar to those in-text ads, except without the popups/bubbles. (Even less spectacular-sounding.) I was wondering if there already existed a plugin for this or similar functionality. I was also wondering if it would be of interest to anyone else. -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: jQuery core charset???????????(please help!!!!me!)

2007-06-02 Thread Ⓙⓐⓚⓔ
with jQuery core or form plugin -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Vertical Positioning

2007-06-02 Thread Ⓙⓐⓚⓔ
element? $('element1').positionY() ??? BTW: $('element1').css('top') returns 'auto' Sam -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Chaining - Best Practices?

2007-05-31 Thread Ⓙⓐⓚⓔ
compact statements. ex: $(p).hide().addClass(bar).click(function(){ alert(this.innerHTML); }).slideDown(); ~Sean -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Adding Parameters in a function

2007-05-31 Thread Ⓙⓐⓚⓔ
? What kind of parameters are you looking to add? -Dan -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: DIV onresize

2007-05-31 Thread Ⓙⓐⓚⓔ
As far as I know, nothing works but window.onresize On 5/31/07, Glen Lipka [EMAIL PROTECTED] wrote: Is there a way of putting a listener on a DIV that listens for it's height changing? Resize didnt do it I think. Glen -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Determining show / hide state

2007-05-30 Thread Ⓙⓐⓚⓔ
.is(:hidden) On 5/30/07, SamCKayak [EMAIL PROTECTED] wrote: Does jQuery .show() and .hide() set a flag anywhere on an object to indicate if it was last show()n or hide()n? Sam -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Determining show / hide state

2007-05-30 Thread Ⓙⓐⓚⓔ
] wrote: Does jQuery .show() and .hide() set a flag anywhere on an object to indicate if it was last show()n or hide()n? Sam -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Finding first text element

2007-05-29 Thread Ⓙⓐⓚⓔ
]; if (child.nodeType == 3) text[text.length] = $.trim(child.nodeValue); } }) return text; }; On 5/29/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: Dave, I was shocked when you got the first answer. I don't think there is any way to get just the text using jQuery core functions

[jQuery] Re: trigger $(document).ready manually

2007-05-29 Thread Ⓙⓐⓚⓔ
changed a big part of my page. Mathias -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Finding first text element

2007-05-29 Thread Ⓙⓐⓚⓔ
PROTECTED] wrote: How do I find the first text-node of a given DOM object? Input: divphere is/p some text/div Output: some text Input: h1a href=#id1/aHeader 1/h1 Output: Header 1 ~ ~ Dave -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Finding first text element

2007-05-29 Thread Ⓙⓐⓚⓔ
(){ $(div,h1).each(function(){ alert ($(this).plainText().join()) }) }); /script /head body divphere is/p some text/div h1a href=#id1nice/aHeader 1/h1 /body /html On 5/29/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote

[jQuery] Re: getting DOM values

2007-05-29 Thread Ⓙⓐⓚⓔ
jQuery). I've tried the following: $('#foo').attr('clientWidth') but keep getting undefined. Am I trying the wrong syntax? If so, what syntax will achieve the results I'm after? -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Menu not working in Firefox 2.0

2007-05-28 Thread Ⓙⓐⓚⓔ
the misplacement looks like a css error. On 5/28/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: Firefox 2 shows uncaught exception: Permission denied to call method XMLHttpRequest.open an attempt to do ajax from another server. Humor show Różne dowcipy zamieszczone z premedytacją aby ośmieszać ludzi

[jQuery] Re: Menu not working in Firefox 2.0

2007-05-28 Thread Ⓙⓐⓚⓔ
http://warlock24.googlepages.com/index.html# On 28 Maj, 22:09, warlock24 [EMAIL PROTECTED] wrote: hi, could someone can tell me why menu on my page not working properly in firefox 2.0 (two last items: Humor and Kontakt)? On ie and opera everything is ok :P -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: Menu not working in Firefox 2.0

2007-05-28 Thread Ⓙⓐⓚⓔ
]Kontakt/a On 5/28/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: the misplacement looks like a css error. On 5/28/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: Firefox 2 shows uncaught exception: Permission denied to call method XMLHttpRequest.open an attempt to do ajax from another server. Humor show Różne

  1   2   3   >