[jquery-dev] Re: Slow & Unresponsive: jQuery API and jQuery UI API, Demos

2008-09-17 Thread Richard D. Worth
See this msg/thread from earlier today on the main list: http://groups.google.com/group/jquery-en/msg/f2d3d8f33e4d1396 http://groups.google.com/group/jquery-en/browse_thread/thread/e5367cb4803ee3cb - Richard On Wed, Sep 17, 2008 at 9:39 PM, William Chang <[EMAIL PROTECTED]>wrote: > > I am expe

[jquery-dev] Slow & Unresponsive: jQuery API and jQuery UI API, Demos

2008-09-17 Thread William Chang
I am experiencing slowness and unresponsive whenever I need to do referencing on the jQuery API (documentation) and jQuery UI's API and demos. This been going on for over a week and it is very random throughout the day. Every time I experience slowness and unresponsive, I check a reliable site lik

[jquery-dev] Accordion not working with jquery1.2.6 packed version

2008-09-17 Thread nizzi
Hi All, Im a newbie to jQuery and very much excited with the way it works. Currently I need to add Accordion to my project. I tried the example given in the documentation for Accordion. It works well with the unpacked Jquery from the server. When i add the packed version of jQuery from my local d

[jquery-dev] javascript evaluation possible through DOM 0 event attributes

2008-09-17 Thread Diego Perini
Hi devs, would like to leave a note on this, seem interesting and maybe can be used as an alternative to globalEval. It turns out that we have another way to evaluate javascript strings easily, namely by using setAttribute() to assign a string value to some specific attribute like the DOM 0 (or i

[jquery-dev] Re: Chrome user agent

2008-09-17 Thread Ariel Flesler
We can always have a plugin (and there are already) that adds any amount of flags to $.browser. As long as we don't need to bifurcate the core's code, there's no need for this addition IMO. -- Ariel Flesler http://flesler.blogspot.com/ On Sep 17, 9:25 am, "John Resig" <[EMAIL PROTECTED]> wrote:

[jquery-dev] Re: Has the error within the internal clean been addressed yet?

2008-09-17 Thread Diego Perini
Rainaer, as a start I suggest you follow exactly Ariel request, only with a snippet of code people will be able to really help you fast. Are you using frames/iframes in your Enterprise class Application ? If the above were the case remember that especially in IE you can not createElement in one

[jquery-dev] Re: Has the error within the internal clean been addressed yet?

2008-09-17 Thread Rainaer
I've actually tracked this down further... and it's erroring on line 993: // Go to html and back, then peel off extra wrappers div.innerHTML = wrap[1] + elem + wrap[2]; and I'm curious... is line 988 supposed to be: [ 1, "div", "" ] || the "div" doesn't appear correct in the second

[jquery-dev] Re: javascript:void(0) not working

2008-09-17 Thread Richard D. Worth
On Wed, Sep 17, 2008 at 4:31 AM, SDLC <[EMAIL PROTECTED]> wrote: > > Hi, > I am a newbie in using jquery. In that case, you should ask on the main jQuery list: http://groups.google.com/group/jquery-en The jquery-dev list is for development of jQuery itself, not development * with* jQuery. Than

[jquery-dev] Mouse over effect not working

2008-09-17 Thread Jay Jay
Hi I have integrated jquery base ajax call into a html page, after the request completes, the result is into the appended to the html page using the append() function. But the same css features in the current html page is coming with the newly appended html part. Could you lemme know the issue

[jquery-dev] javascript:void(0) not working

2008-09-17 Thread SDLC
Hi, I am a newbie in using jquery.Please excuse me if similar query has been posted earlier. I am building pagination using jquery. links are displayed like First | Previous | 1 - 15 | Next | Last If i click on Next link, it will build the whole listing on run time some relevant parts of my code i

[jquery-dev] javascript:void(0) not working

2008-09-17 Thread SDLC
Hi, I am a newbie in using jquery.Please excuse me if similar query has been posted earlier. I building pagination using jquery. links are like displayed like First | Previous | 1 - 15 | Next | Last If i click on Next link, it will build the whole listing like some relevant parts of my co

[jquery-dev] Re: Chrome user agent

2008-09-17 Thread John Resig
The word 'safari' is just legacy - just pretend that it's 'webkit'. --John On Wed, Sep 17, 2008 at 4:38 AM, Sam Collett <[EMAIL PROTECTED]> wrote: > Firefox isn't even in jQuery.browser, so unlikely Chrome will be. If Chrome > is added, Firefox should be too. Although Safari is in it instead o

[jquery-dev] Re: Chrome user agent

2008-09-17 Thread Sam Collett
Firefox isn't even in jQuery.browser, so unlikely Chrome will be. If Chrome is added, Firefox should be too. Although Safari is in it instead of WebKit (not sure why that is, especially since the version does not match the browser). --Sam 2008/9/16 jonhobbs <[EMAIL PROTECTED]> > > I wish this is