[jQuery] International numeric formatting on the fly with multiple rounding options

2009-07-27 Thread Bob
To all: I have created a plugin that handles International numeric formatting on the fly by using a Reg Expression. Before I release this I would appreciate comments and suggestions for improvements. Demo can be viewed here http://decorplanit.com/plugin/index.htm Thanks in advance. Bob

[jQuery] Re: is(':checked') always returns false

2009-10-01 Thread Bob
Interesting discovery. Going back to the code that works, if I alert is (':checked') in the working code, it also returns false ALWAYS, but it still works. Still looking for a solution.

[jQuery] Re: is(':checked') always returns false

2009-10-01 Thread Bob
Thanks for the link MorningZ I obviously have issues elsewhere in my code, but I can't paste my entire site here. I'm looking for suggestions on what MIGHT be causing this since there is no obvious error at the moment. On Oct 1, 11:39 am, Bob wrote: > Interesting discovery. Goin

[jQuery] Re: is(':checked') always returns false

2009-10-01 Thread Bob
ment. > > On Oct 1, 8:53 am, Bob wrote: > > > Thanks for the link MorningZ > > > I obviously have issues elsewhere in my code, but I can't paste my > > entire site here. > > I'm looking for suggestions on what MIGHT be causing this since there > >

[jQuery] Display fails when jQuery.js isn’t cached . When cached, page displayed OK.

2009-10-11 Thread Bob
I have jQuery UI Tabs which load their content via AJAX. About once every 15 times when the entire page is loaded (not just XHR), things fail and I don't see the proper content in the tab. The jQuery executes without error, but the page display is wrong. Fiddler showed me that when things fail

[jQuery] What causes a query string when requesting jQuery? e.g. /jquery-1.3.2.min.js?_=12553…

2009-10-12 Thread Bob
I'm troubleshooting a page display glitch involving jQuery & AJAX. When the glitch happens, Fiddler shows the following as one of the requests: GET /Scripts/jquery-1.3.2.min.js?_=1255309685187 Normally, the request has no query string and the response status code is 304: GET /Scripts/

[jQuery] Re: What causes a query string when request ing jQuery? e.g. /jquery-1.3.2.min.js?_=12553…

2009-10-12 Thread Bob
@ace: I tried passing "ajaxOptions: { cache: false}" to jQuery-UI Tabs and I think that did the trick! Is that what you were talking about? I struggled with this for far longer than I care to admit. Muchas gracias. Fiddler now shows a similar timestamp query string appended to my XHR. I gues

[jQuery] Re: What causes a query string when request ing jQuery? e.g. /jquery-1.3.2.min.js?_=12553…

2009-10-12 Thread Bob
@Michael: I just pull the scripts in like this: @ace: Which cache option is that? Bob

[jQuery] Re: What causes a query string when request ing jQuery? e.g. /jquery-1.3.2.min.js?_=12553…

2009-10-13 Thread Bob
On Oct 12, 11:56 pm, Michael Geary wrote: > This doesn't make any sense. I agree! > You have a tag that loads jQuery: > >