[jQuery] Re: jEditable on blank field

2007-06-11 Thread Mika Tuupola
On Jun 12, 2007, at 3:49 AM, Erik Beeson wrote: Obviously it would be trivial for me to just edit the plugin, but I try to avoid that as much as possible (makes upgrading a nightmare), and this seems like a legitimate issue. If you try one of the jEditable demos and remove all of the text

[jQuery] Re: textNodes Plugin 0.1

2007-06-11 Thread Ⓙⓐⓚⓔ
version 0.1 first release, before lots of demos and docs tested in the big 4 browsers most current releases. FF 2.004, IE7, Safari 2&3, Opera 9.2 plans include lots more mini-plugs like acronym... more examples. The base is solid, as long as you don't let the bastards (text nodes are differe

[jQuery] Re: textNodes Plugin 0.1

2007-06-11 Thread Michael Stuhr
Jörn Zaefferer schrieb: Have you checked these? http://dev.jquery.com/browser/trunk/plugins/methods/ obviously not :-) thanks. i never liked the trac interface, maybe thats why i never looked there. are these in release state? i couldn't see any version numbers in the files, just the trac on

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Matt Vanderpol
Per a comment on Slashdot (http://apple.slashdot.org/comments.pl? sid=238141&cid=19468947) open %APPDATA%\Apple Computer\Safari\Preferences.plist in your favorite text editor. Add: IncludeDebugMenu and save it. Restart Safari. -Matt On Jun 11, 2007, at 8:00 PM, Mike Alsup wrote: Anyon

[jQuery] Re: Show hide div with cookie for remembering position -- possible solution

2007-06-11 Thread Matt Stith
No problem! I probably typed something wrong, i just slapped it in here to the gmail editor :P On 6/11/07, bsuttis <[EMAIL PROTECTED]> wrote: Thanks a lot Matt, I understand the cookie value better now (before I wasn't using it properly), and the fact that I can combine the css classes reduces

[jQuery] Re: getting the caller of an event

2007-06-11 Thread Matt Stith
using javascript is much better than putting the functions inline in the HTML. Its alot cleaner, and makes it alot easier to manage. On 6/12/07, james_027 <[EMAIL PROTECTED]> wrote: Hi, I have think of that solution, and but my concern is I have read somewhere that says, why change the dom if

[jQuery] Re: getting the caller of an event

2007-06-11 Thread james_027
Hi, I have think of that solution, and but my concern is I have read somewhere that says, why change the dom if you like $ ("a").click(alert(this.id);return false); if you could code Should it be concern of this? Thanks james On Jun 12, 11:28 am, "Ⓙⓐⓚⓔ" <[EMAIL PROTECTED]> wrote: > this is f

[jQuery] Re: getting the caller of an event

2007-06-11 Thread Ⓙⓐⓚⓔ
this is for objects , that is not, use that as the name of your parameter. var myEvent = function(that){ alert(that.id ); } But in jQuery... you drop all those bogus hrefs for place holders href="#" and code $("a").click(alert(this.id);return false); On 6/11/07, james_027 <[

[jQuery] getting the caller of an event

2007-06-11 Thread james_027
Hi, I have a calling a javascript function, but there will be several calling the same javascript function, and I want to know which calls it, I have assign different id attribute for each , then I don't know how to proceed ... here is my html: Caller One Caller Two Caller Three here is my

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Ⓙⓐⓚⓔ
the OS X command is defaults write com.apple.Safari IncludeDebugMenu 1 I guess it's somewhere in the registry... it it exists! On 6/11/07, Mike Alsup <[EMAIL PROTECTED]> wrote: Anyone know how to enable the debugging tools (console, etc) in v3.0 for Win? > I AM a Mac user and have been for

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Mike Alsup
Anyone know how to enable the debugging tools (console, etc) in v3.0 for Win? I AM a Mac user and have been 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 ge

[jQuery] Re: jquery form plugin - double action (fadein) problem

2007-06-11 Thread Mike Alsup
Can you post a sample page for us? On 6/11/07, slakoz <[EMAIL PROTECTED]> wrote: the problem exists in ie7, ie6, firefox2, opera. any suggestions? please help. regards sk

[jQuery] Re: Show hide div with cookie for remembering position -- possible solution

2007-06-11 Thread bsuttis
Thanks a lot Matt, I understand the cookie value better now (before I wasn't using it properly), and the fact that I can combine the css classes reduces the code a lot, thanks. While the above didn't work for me, I was able to rewrite my code to get it to work, here's what I've got (it's very sim

[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 everyt

[jQuery] Re: textNodes Plugin 0.1

2007-06-11 Thread Ⓙⓐⓚⓔ
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 was getting moderated. Sorry about that! --John On 6/11/07, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote: > John, I posted once... it never went t

[jQuery] Re: textNodes Plugin 0.1

2007-06-11 Thread John Resig
Ok - I just opened the gates, apparently everything was getting moderated. Sorry about that! --John On 6/11/07, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote: John, I posted once... it never went through! 2 posts came out from the list... but that's all. perhaps it's clogged?? On 6/11/07, John Resig < [EMAI

[jQuery] Re: textNodes Plugin 0.1

2007-06-11 Thread Ⓙⓐⓚⓔ
John, I posted once... it never went through! 2 posts came out from the list... but that's all. perhaps it's clogged?? On 6/11/07, John Resig <[EMAIL PROTECTED]> wrote: The dev list is back up - I was able to get it back up and running last week. You can find it here: http://groups.google.com/g

[jQuery] Re: jquery is'nt very effective at execution

2007-06-11 Thread mathmax
yes, but why doesn't interruption work even if the callback function fromonkeyup event is called with a setTimeout ? Dan G. Switzer, II wrote: > > >>function Populate(instance_en_cours) >>{ >> rowsToShow = culmsName.contains(tbxValue).parent(); >> rows.not(rowsToShow).each(function()

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Dan G. Switzer, II
>Works fine on my XP (the one that sits in the corner of my office), though >I haven't used it extensively. I can't believe that they would bother, >personally. But what is nice is that is applies smooth font so pages look >like they do on the Mac :-) I'm surprised it's taken them this long. Th

[jQuery] Re: Noob here, please help

2007-06-11 Thread Benjamin Sterling
Well, the style sheet on the example is also incorrect, if you look at them in both browsers, you will see that they have the same issue you are referring to. On 6/11/07, Terry B <[EMAIL PROTECTED]> wrote: But (to my knowledge) I am using the same stylesheets as the example... yes? no? I t

[jQuery] Re: textNodes Plugin 0.1

2007-06-11 Thread John Resig
The dev list is back up - I was able to get it back up and running last week. You can find it here: http://groups.google.com/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 f

[jQuery] Re: Show hide div with cookie for remembering position -- possible solution

2007-06-11 Thread Matt Stith
Hi! Heres a couple things i might do $('a.show').hide(); $('a.hide').click(function(){ $('a.show').show(); $('h2.title,.view-header-latest').add(this).hide(); // Combine multiple $.cookie('hideShow","hide",{expires:365}); // Only need one cook

[jQuery] Re: jEditable on blank field

2007-06-11 Thread Erik Beeson
I figured it out. If a function is given for the "data" option, it will be called when creating the input field, and the return from that will be used to fill the field. So I just did this: data: function(value) { return (value == ' ') ? '' : value; } Works great! --Erik On 6/11/07, Erik Bee

[jQuery] Trouble updating divs with Ajax

2007-06-11 Thread Sami Tikka
I just can't get my head around this one. This Javascript function gets called everytime user submits a query through a form. It loads a Google Map, and also tries to update a div with results from Ajax query. All this is done in the callback-function. The GMap part works well, it loads some mark

[jQuery] Does append() work with application/xhtml+xml doc types?

2007-06-11 Thread [EMAIL PROTECTED]
Hi All, I'm not able to get append() to work with this kind of doc type. For example, in a XHTML 1.0 strict document, the following piece of Javascript code works: var ns = "http://www.w3.org/1999/xhtml";; var d0=document.createElementNS(ns,"div"); d0.setAttribute("id","mytest"); d0

[jQuery] Show hide div with cookie for remembering position -- possible solution

2007-06-11 Thread bsuttis
Hi all, After searching for a solution to my subject and not finding it, I've put together my own, which while working, feels rather long to me, and as more of a designer/themer, I'm wondering if this is the optimal code from a developer's point of view. I'm using the excellent jQuery cookie plug

[jQuery] Re: jquery form plugin - double action (fadein) problem

2007-06-11 Thread slakoz
the problem exists in ie7, ie6, firefox2, opera. any suggestions? please help. regards sk

[jQuery] more problem, more problem with autocomple

2007-06-11 Thread Sebastián V . Würtz
Why, if any1 can tellme, autocomplete post this with this encoded type Headers Response Headers DateTue, 12 Jun 2007 00:25:22 GMT ServerApache/1.3.33 (Win32) PHP/4.3.10 X-Powered-ByPHP/4.3.10 Connectionclose Transfer-Encodingchunked Content-Typetext/html; charset=iso-8859-1 Request Headers Host12

[jQuery] jEditable on blank field

2007-06-11 Thread Erik Beeson
I'm using Mika Tuupola' great jEditable plugin to replace my homegrown edit-in-place implementation. I've run into a snag when editing blank fields. When I have a field (a div, not a form field) that's blank, I stick a   in it so the div will still show up. In my implementation, I made the input b

[jQuery] Re: Jquery similar to twinhelix's supernote js

2007-06-11 Thread Karl Swedberg
Hi Ty, Now that I've seen your example page, I don't think this is what you're looking for, but something you wrote in one of these posts inspired me to add an "activation" option to the clueTip plugin. So now, you can do this: $('a.something').cluetip({activation: 'click'}); All

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Ⓙⓐⓚⓔ
I'm so old, my mac 512k is still in the closet, I still have a drawer full of floppies! My PC is used for 1 thing, testing IE! It took Safari very well. On 6/11/07, Shelane Enos <[EMAIL PROTECTED]> wrote: I AM a Mac user and have been for more that 15 years now. My PC is the machine that sits

[jQuery] Re: LiteBox in jQuery

2007-06-11 Thread Diego A.
Ok, now I get it! Thanks guys ;-) On May 31, 6:35 pm, Rhapidophyllum <[EMAIL PROTECTED]> wrote: > One more thing--almost forgot. Since photos can of course take a > while to download, it's good to preload them. I'm not sure if this > is correct, but I think Lightbox 2 preloads 1 image, but Thic

[jQuery] Re: Validate() and TinyMCE problem

2007-06-11 Thread Diego A.
Keep in mind I don't using TinyMCE, I use FCKEditor, but the principle should be the same... Basically, I write a small plugin that is responsible for 1. Creating an instance of the editor 2. Retrieving the HTML content from the editor and 'preparing' it for form submission For example... $.FCK.

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Shelane Enos
I AM a Mac user and have been 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. :-) On 6/11/07 5:17 PM, "

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Erik Beeson
Sounds like you haven't switched yet. Some of us know the "PC in the corner" scenario well :) Seriously, I got a Mac because I needed it to test code on, and it's now my only computer. I'm not a "mac user", I'm still a diehard "PC user", but my brand of hardware has changed (same Intel processor

[jQuery] Autcomplete function help

2007-06-11 Thread Sebastián V . Würtz
I need to make some things when a value isnt given back in the autocomplete, i mean, when the input loses the focus (blur), to make certain tasks, but does not exist a function in the class for it, where I can implement a species callback, maybe a onNoneFoundValue option? onItemSelect and onFin

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Chris W. Parker
On Monday, June 11, 2007 3:58 PM 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: find is finding what?

2007-06-11 Thread Erik Beeson
jQuery always returns a jQuery object, regardless of whether it finds anything or not. To see if anything has been selected, use last.length or last.size() being greater than 0. This is by design so chaining won't break if nothing is selected: $('.someSelector').addClass('highlighted'); Will add

[jQuery] Re: :contains - a bit more specific?

2007-06-11 Thread Erik Beeson
You could always use a filter function (untested): $('div.commentfooter > span').filter(function() { return $(this).html() == 'test'; }).append('class'); But you may find it easier to give the spans in question a class so you can select them by class instead. SGML type markups seem to generally

[jQuery] Re: :contains - a bit more specific?

2007-06-11 Thread Jean Nascimento
and that way? $("div.commentfooter > span").contains('test').append('class'); On 6/11/07, MrNase <[EMAIL PROTECTED]> wrote: I have some layers, each of this layers has a span tag with a username. Now, I want to append some code to each layer that has a span which contains 'test'. The code I t

[jQuery] find is finding what?

2007-06-11 Thread Trans
Hi, I have the following: var stack = $('#mydiv') var last = stack.find('.card:last-child'); It doesn't make sense to me, b/c even if stack has no children, last is being assigned to some object irregardless of the '.card' filter. To work around I had to do this next: if (last.is('.

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Bil Corry
Mike Alsup wrote on 6/11/2007 3:51 PM: I'm *really* excited to be able to run Safari on Windows, but has anyone used this beta? I've never seen anything render so slowly. It's entirely unusable on my XP box. You should wait to test anything other than your own site with it until the securi

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Shelane Enos
Works fine on my XP (the one that sits in the corner of my office), though I haven¹t used it extensively. I can¹t believe that they would bother, personally. But what is nice is that is applies smooth font so pages look like they do on the Mac :-) On 6/11/07 3:51 PM, "Mike Alsup" <[EMAIL PROTEC

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Mike Alsup
I'm *really* excited to be able to run Safari on Windows, but has anyone used this beta? I've never seen anything render so slowly. It's entirely unusable on my XP box. Mike get Safari 3.0 for Windows (or os x) ! http://www.apple.com/safari/download/

[jQuery] Re: Another Superfish release already? I'm calling it v1.2b

2007-06-11 Thread Joel Birch
On 12/06/2007, at 3:13 AM, Jörn Zaefferer wrote: Thats cool, but not yet what I was looking for. I though of submenus that don't switch back at all until something else is hovered. That won't work without JS, but I find that acceptable. -- Jörn Zaefferer Hi Jörn, I had a feeling that is

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-11 Thread Glen Lipka
http://en.wikipedia.org/wiki/International_Typographic_Style Doesn't say much about it, but that is probably appropriate. :) Basically it means designing with an invisible grid that everything lines up to. Glen On 6/11/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: Glen Lipka wrote: > Excitin

[jQuery] :contains - a bit more specific?

2007-06-11 Thread MrNase
I have some layers, each of this layers has a span tag with a username. Now, I want to append some code to each layer that has a span which contains 'test'. The code I tried is: $("div.commentfooter[span:contains('test')]").append('class'); But that also appends 'class' to layers that have a s

[jQuery] Re: Jquery similar to twinhelix's supernote js

2007-06-11 Thread tzmedia
I have a mockup with working menus now: http://70.133.227.118/version1Bsubs.htm (temp link) Sorry for not mentioning originally it was to be in the main navigation. Hover in the main menu over schools, service/support, job opps to see pretty much the functionality I'm after. This is supernote cod

[jQuery] Re: textNodes Plugin 0.1

2007-06-11 Thread Ⓙⓐⓚⓔ
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 it all up... and wrote the plugin. the acronym method is especially cu

[jQuery] Re: Noob here, please help

2007-06-11 Thread Terry B
But (to my knowledge) I am using the same stylesheets as the example... yes? no? I thought I pretty much stripped it down to the bare minimum and the style settings. On Jun 11, 4:44 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > Terry, > It is a styling issue, the LI have a float on them

[jQuery] Re: textNodes Plugin 0.1

2007-06-11 Thread Jörn Zaefferer
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/ see it here: http://cigar.dynalias.org/plugins/textNodes/t

[jQuery] Re: Jquery presentation today

2007-06-11 Thread Chris W. Parker
On Monday, June 11, 2007 11:38 AM Shelane Enos <> said: > I'm giving a presentation today on jquery to our new development > group. (my boss is now in charge of this group, previously under > someone else here) is there any update on when 1.1.3 might be > released? How close are we? Just was

[jQuery] Re: textNodes Plugin 0.1

2007-06-11 Thread Michael Stuhr
Ⓙⓐⓚⓔ 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/ see it here: http://cigar.dynalias.org/plugins/textNodes/textNodes.html great id

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-11 Thread Jörn Zaefferer
Glen Lipka wrote: Exciting! Here would be my (humble) suggestions: 1. Required fields. As a general rule, you should have a * asterisk to the left or right of the input field in a straight vertical line to indicate required. Bold is ok, but it's not quite enough to let the user know. 2. W

[jQuery] Re: IDEA: Plugin Registering

2007-06-11 Thread Ⓙⓐⓚⓔ
an idea would be to place an innocuous tag in our pages, thus making it searchable by google and others Powered by jQuery On 6/11/07, Andy Matthews <[EMAIL PROTECTED]> wrote: It's a great idea. Could also allow for a dynamic listing of sites using jQuery. -- *Fr

[jQuery] Re: IDEA: Plugin Registering

2007-06-11 Thread Andy Matthews
It's a great idea. Could also allow for a dynamic listing of sites using jQuery. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: Monday, June 11, 2007 4:11 PM To: jquery-en@googlegroups.com Subject: [jQuery] IDEA: Plugin Registering I just had

[jQuery] Re: IDEA: Plugin Registering

2007-06-11 Thread Ⓙⓐⓚⓔ
I keep my plugins on http://jqueryjs.googlecode.com/svn/trunk/plugins/ the google repository for jQuery plugins. On 6/11/07, Glen Lipka <[EMAIL PROTECTED]> wrote: I just had an idea, and thought Id share. Imagine http://plugins.jquery.com Besides listing all the plugins with ratings and every

[jQuery] Re: jquery is'nt very effective at execution

2007-06-11 Thread Dan G. Switzer, II
>function Populate(instance_en_cours) >{ > rowsToShow = culmsName.contains(tbxValue).parent(); > rows.not(rowsToShow).each(function(){ > if(instance_fonction!=instance_en_cours) > { > return false; > alert("interru

[jQuery] IDEA: Plugin Registering

2007-06-11 Thread Glen Lipka
I just had an idea, and thought Id share. Imagine http://plugins.jquery.com Besides listing all the plugins with ratings and everything (the usual)... You could REGISTER your site as using a particular plugin. So when there is a new version, I would receive an email saying, "Hey, you use this pl

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-11 Thread Glen Lipka
Exciting! Here would be my (humble) suggestions: 1. Required fields. As a general rule, you should have a * asterisk to the left or right of the input field in a straight vertical line to indicate required. Bold is ok, but it's not quite enough to let the user know. 2. When the user clicks sub

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Andy Matthews
I see your point, but actually that many people probably DO use IE. Most PC users don't bother switching browsers because: a) They don't know any better b) They don't care c) IE works just fine for them so why should they change. -Original Message- From: jquery-en@googlegroups.com [mail

[jQuery] Re: Noob here, please help

2007-06-11 Thread Erik Beeson
Ah yes. Should say, I'm using FF2/Mac and it looks fine. --Erik On 6/11/07, Erik Beeson <[EMAIL PROTECTED]> wrote: they look the same to me. I don't see what the problem is... --Erik On 6/11/07, Terry B <[EMAIL PROTECTED] > wrote: > > > Ok, so here is the page: > http://www.tcbader.com/con

[jQuery] Re: Noob here, please help

2007-06-11 Thread Benjamin Sterling
Terry, It is a styling issue, the LI have a float on them and the DIV does not. (this is only happening in IE) Ben On 6/11/07, Terry B <[EMAIL PROTECTED]> wrote: Ok, so here is the page: http://www.tcbader.com/conf/ Why us my content to the right and not below the tabs like the example page

[jQuery] Re: Noob here, please help

2007-06-11 Thread Erik Beeson
they look the same to me. I don't see what the problem is... --Erik On 6/11/07, Terry B <[EMAIL PROTECTED]> wrote: Ok, so here is the page: http://www.tcbader.com/conf/ Why us my content to the right and not below the tabs like the example page here: http://www.tcbader.com/conf/%5Fjs/jquery

[jQuery] Noob here, please help

2007-06-11 Thread Terry B
Ok, so here is the page: http://www.tcbader.com/conf/ Why us my content to the right and not below the tabs like the example page here: http://www.tcbader.com/conf/%5Fjs/jquery%2Dtabs/ What am I missing? Hope this makes it to the list...

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-11 Thread Jörn Zaefferer
Mike Alsup wrote: Is this a beta version of RC2? :-) Oh well. There is still much to learn :-) -- Jörn Zaefferer http://bassistance.de

[jQuery] Re: Weird IE behavior - need help

2007-06-11 Thread devsteff
thanks again, the thing with the each-"scoped" functions was really new to me. I'm really waiting for johns book :) the reason for the jquery unlike class string manipulation was the weired behavior and my thought that multiple css changes can produce the slowdown effect. i will change it back to

[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: Macrumors running live udpates of WWDC

2007-06-11 Thread Chris Scott
Andy Matthews wrote: So 18 million INSTALLS of Safari, maybe. Just because a user has it on their system, doesn't mean they'll use it. Microsoft might as well say that 300 million people use MS Paint for their graphics work. A more correct analogy would be saying 300 million people use IE..

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Andy Matthews
So 18 million INSTALLS of Safari, maybe. Just because a user has it on their system, doesn't mean they'll use it. Microsoft might as well say that 300 million people use MS Paint for their graphics work. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Michael Stuhr
Jonathan Freeman schrieb: This should expand Safari market share dramatically. especially the iphone will boost it :-) micha

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Michael Stuhr
Howard Jones schrieb: Ⓙⓐⓚⓔ wrote: did you try it on any jQuery pages? Well, my own work-in-progress works as well as it does on Firefox. The Interface demos seem to be fine, and even pretty quick. to me it's more an alpha. i surfed some more serious sites and it crashed repeatedly.

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Jonathan Freeman
Actually, since Safari was introduced 3.5 years ago and Apple ships around 5 million Macs/year now, 18 million Safari uses doesn't sound too far off. What's really going to be interesting is Apple has just expanded Safari to two new platforms, Windows and iPhone. This should expand Safari market

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Scott Trudeau
I run one site that gets ~ 55k uniques a day with a pretty good global distribution and Safari is 1.2% and another site that gets only about 1000/day and is a more North American, and I get 2.5% Safari users, so I agree 2-3% seems realistic. On 6/11/07, Andy Matthews <[EMAIL PROTECTED]> wrote:

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Andy Matthews
I usually merge two sources for browser stats: http://www.thecounter.com/stats/2007/May/browser.php puts Safari at around 3% and http://www.echoecho.com/ (right column, halfway down) places Safari at around 1% So I'd say that 2-3% might be realistic. But how many uniques make up that list?

[jQuery] Re: Another Superfish release already? I'm calling it v1.2b

2007-06-11 Thread Olivier Percebois-Garve
Its really nice even if you convinced me first that css is better for the job... Anyway good to see how evolves the soon-best-menu-ever-possible. Joel Birch wrote: Hi all, Due to overwhelming demand (well okay, two people) I have added another feature to the Superfish plugin that enables s

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Felix Geisendörfer
I have SERIOUS, SERIOUS doubts that there are 18 million people using Safari. I doubt there are that many people using Macs to be perfectly honest. I also think that FF numbers are underestimated and IE numbers overesimtated: See http://www.w3schools.com/browsers/browsers_stats.asp -- Felix

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Andy Matthews
I have SERIOUS, SERIOUS doubts that there are 18 million people using Safari. I doubt there are that many people using Macs to be perfectly honest. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sent: Monday, June 11, 2007 1:11 PM To: jquery-en@googlegrou

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Howard Jones
Ⓙⓐⓚⓔ wrote: did you try it on any jQuery pages? Well, my own work-in-progress works as well as it does on Firefox. The Interface demos seem to be fine, and even pretty quick. Howie

[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, and t

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Howard Jones
Ⓙⓐⓚⓔ 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, and then crashed while reading the (just updated) Leopard preview page on Apple's own site. Definite

[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 en

[jQuery] Jquery presentation today

2007-06-11 Thread Shelane Enos
I'm giving a presentation today on jquery to our new development group. (my boss is now in charge of this group, previously under someone else here) is there any update on when 1.1.3 might be released? How close are we? Just was hoping I could say something about it. :-)

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Ⓙⓐⓚⓔ
11:17 amInnovative new way for developing for mobile applications. based on iphone having full safari engine...gives us tremendous capability web 2.0 + AJAX apps11:16 amHave been trying to come up with a solution to letting developers write Apps for the iPhone and keep it secure. We've come up wit

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-11 Thread Mike Alsup
Is this a beta version of RC2? :-) I've uploaded a preview demo of the upcoming RC2 release of the validation plugin. It features the signup form of Remember The Milk: http://jquery.bassistance.de/validate-milk/demo-test/milk.html

[jQuery] Validate RC2 Preview: Remember The Milk Signup

2007-06-11 Thread Jörn Zaefferer
Hi, I've uploaded a preview demo of the upcoming RC2 release of the validation plugin. It features the signup form of Remember The Milk: http://jquery.bassistance.de/validate-milk/demo-test/milk.html The plugin handles keypress- and blur- for normal input elements and change-events for radi

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Ⓙⓐⓚⓔ
11:09 amSafari On WINDOWS11:09 am18 Million Safari users Marketshare has climbed to 4.9% IE has 78%, Firefox 15%, others 2% We Dream Big On 6/11/07, Shelane Enos <[EMAIL PROTECTED]> wrote: That's a feature they've previously announced that I'm looking forward to. On 6/11/07 10:52 AM, "?ⓐⓚⓔ"

[jQuery] Re: ANN: jQuery-Powered Sites: The List Continues to Grow

2007-06-11 Thread John Resig
Definitely Prototype - they're virtually everywhere. --John On 6/11/07, Chris W. Parker <[EMAIL PROTECTED]> wrote: On Thursday, June 07, 2007 10:37 PM Roberto Ortelli <> said: > New Logitech website is using jQuery too > http://www.logitech.com Anyone know which js library currently has the

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Shelane Enos
That’s a feature they’ve previously announced that I’m looking forward to. On 6/11/07 10:52 AM, "?ⓐⓚⓔ" <[EMAIL PROTECTED]> wrote: > 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

[jQuery] Re: ANN: jQuery-Powered Sites: The List Continues to Grow

2007-06-11 Thread Chris W. Parker
On Thursday, June 07, 2007 10:37 PM Roberto Ortelli <> said: > New Logitech website is using jQuery too > http://www.logitech.com Anyone know which js library currently has the most high-profile sites using their library? Although I'm almost a complete novice when it comes to js it's pretty nice

[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 > o

[jQuery] Re: encodeURIComponent localized for custom encoding

2007-06-11 Thread oscar esp
I will try!! On 10 jun, 19:53, "Ⓙⓐⓚⓔ" <[EMAIL PROTECTED]> wrote: > keep me posted!! You may also need : > > ajaxSetup({contentType: "application/x-www-form-urlencoded; charset= charset you want to call it>"}) > > On 6/10/07, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote: > > > > > > > > > Oscar, > > > you can p

[jQuery] Re: Form with multipart/form-data not working

2007-06-11 Thread Mike Alsup
I see, thanks for the clarification. You won't need to Form Plugin to achieve that. In your original post you never said what exactly wasn't working. Is there an error? Is there a response? Setting the enctype on the form should not matter at all to the ajax methods since they will ignore th

[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: Form with multipart/form-data not working

2007-06-11 Thread Neil Merton
I'll investigate the jQuery Form Plugin. What I'm trying to achieve is just a simply AJAX action when the user leaves the form field 'product_code' - the page 'checkproductcode.cfm' will then be called and check that the value in 'product_code' is not already in the database. The rest of the for

[jQuery] Re: block plugin

2007-06-11 Thread oscar esp
I will try to attach it, however the problem is the : test I have delete this lines and then works fine... On 11 jun, 18:20, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Do you have a sample page? > > On 6/11/07, oscar esp <[EMAIL PROTECTED]> wrote: > > > > > > > I have a strange behaviore: > >

[jQuery] Re: Another Superfish release already? I'm calling it v1.2b

2007-06-11 Thread Jörn Zaefferer
Joel Birch wrote: Hi all, Due to overwhelming demand (well okay, two people) I have added another feature to the Superfish plugin that enables submenus to be open to show the path to the current page when the menu is in an idle state, ie. when the user is not hovering to reveal other submen

[jQuery] Macrumors running live udpates of WWDC

2007-06-11 Thread Shelane Enos
Macrumors.com is running a "continuous" AJAX update of the keynote address of WWDC. No more "update in 60 seconds" countdown.

[jQuery] Re: Form with multipart/form-data not working

2007-06-11 Thread Mike Alsup
Well that's a different story then. You can't upload files via ajax. Use the form plugin for that functionality. For details check out: http://www.malsup.com/jquery/form/ Mike On 6/11/07, Neil Merton <[EMAIL PROTECTED]> wrote: Thanks for the reply guys. Mike - I'll have a look at the appl

[jQuery] Re: keycode javascript conversion to jquery

2007-06-11 Thread Andy Matthews
jQuery actually has built in key event handlers: http://jquery.com/api/ Click the K link at the top -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JimD Sent: Monday, June 11, 2007 11:48 AM To: jQuery (English) Subject: [jQuery] keycode javascr

  1   2   >