[jQuery] Re: Ajax error handling & textStatus

2009-12-09 Thread Cameron van den Bergh
k for an error. > > http://docs.jquery.com/Ajax/jQuery.get#urldatacallbacktypehas some > more information on that. > > -T.J. > > On Dec 9, 6:30 am, Cameron van den Bergh > > > > wrote: > > Good day, > > > When executing an ajax request, i've noticed t

[jQuery] Re: Performance Problems with Suggestion Plugin

2009-12-09 Thread Cameron van den Bergh
Hi, To improve efficiency, try using contexts in order to restrict the parsed DOM elements. For example, if you know that all targeted elements are in . stuff .. target text... . then you should guide the selector engine towards the target : $('#main .myclass '). Another synataxe

[jQuery] Ajax error handling & textStatus

2009-12-09 Thread Cameron van den Bergh
Good day, When executing an ajax request, i've noticed the following problems : - the textStatus callback parameter is always set to success ; - the callback isn't triggered if a download error occurs (404 for example). I understand that the second problem might be unsolvable but is there any way

[jQuery] Re: Has jQuery development halted?

2008-12-01 Thread Bob den Otter
a well-deserved break from pushing out code :) We definitely haven't halted development and we're trying to nail down our next release. So just be patient a little longer and we should get a release out in the near future. Rey jQuery Team Bob den Otter wrote: Hi all, There hasn&

[jQuery] Re: Has jQuery development halted?

2008-11-26 Thread Bob den Otter
http://docs.jquery.com/JQuery_1.3_Roadmap andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bob den Otter Sent: Wednesday, November 26, 2008 8:54 AM To: jquery-en@googlegroups.com Subject: [jQuery] Has jQuery development halted? Hi all, There hasn

[jQuery] Has jQuery development halted?

2008-11-26 Thread Bob den Otter
Hi all, There hasn't been a jQuery update in what seems like ages, and jQuery UI 1.6 will be released 'in the next few days' since somewhere in september. I know John has been really busy with a lot of great things, but it seems to me like the development of jquery has seriously lagged the

[jQuery] Re: :contains ... troubling behavior

2008-05-29 Thread Eugene Van den Bulke
On Thu, May 29, 2008 at 2:45 AM, Dave Methvin <[EMAIL PROTECTED]> wrote: > >> it does the job but I still find the behavior unexpected :P > > How could the documentation be changed to clarify the function so that > you would expect its behavior? > > http://docs.jquery.com/Selectors/contains#text

[jQuery] Re: :contains ... troubling behavior

2008-05-29 Thread Eugene Van den Bulke
a screen shot to illustrate my point ... if I can venture an non-expert diagnostic, it seems that in the second case jQuery considers that the html in the contains() statement is the "context" of the statement and not the html document ... EuGeNe -- http://www.3kwa.com <>

[jQuery] Deselecting all items in a -field..

2008-01-13 Thread Bob den Otter
u'll need to use: $('#clickme').click(function() { $('#selectmenu').attr('selectedIndex', '-1'); }); Best, Bob. -- Bob den Otter - [EMAIL PROTECTED] Two Kings - www.twokings.nl - 070 345 76 28

[jQuery] Re: load method doesn't work with "& amp;" and "&" doesn't validate

2008-01-08 Thread Bob den Otter
[EMAIL PROTECTED] wrote: When loading an url containing querystrings with jQuery's "load" method I first tried "&" but since that doesn't work, I'm now using "&". The problem is, now the page doesn't validate XHTML 1.0 transitional. Any suggestions? Hi, You can use & inside scripts, as lon

[jQuery] Re: bbcode editor

2007-10-25 Thread Bob den Otter
[EMAIL PROTECTED] wrote: Hi, Can anybody recommend a good BBCode editor for jQuery? Thanks, Yes, try jtageditor. http://www.jaysalvat.com/jquery/jtageditor/ Best, Bob.

[jQuery] Suckerfish problem with overlapping vertical submenus

2007-10-17 Thread Den
9.45 to 7.45. Can you help me to solve this problem or the superfish menu can not support this menu style? THX! Den

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

2007-06-17 Thread Bob den Otter
maybe jQuery may add a new function, $.browser.isiPhone, for further, since iPhone allows developers do more in its safari... :) This should be as easy as adding a line with iphone: /iphone/.test(b), inside jQuery.browser = { }.. But, if it's added to the core: please, please name i

[jQuery] Re: Text Button

2007-05-22 Thread Bob den Otter
james_027 wrote: Hi, Is this the best way to make a text button? Click Me! Slightly offtopic, but you might want to look into this: http://particletree.com/features/rediscovering-the-button-element/ Besides the tag, they also go into styling tags to resemble buttons. Best, Bob.

[jQuery] Re: Where and how to download jQuery?

2007-05-07 Thread Bob den Otter
mpaign. I'd be happy to donate, especially if i knew how much would be needed still. http://www.dropcash.com/ Best, Bob. -- Bob den Otter - [EMAIL PROTECTED] Two Kings - www.twokings.nl - 070 345 76 28