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
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
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
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
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:
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
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
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
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
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
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
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
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
13 matches
Mail list logo