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
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.
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
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
> >
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
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/
@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
@Michael: I just pull the scripts in like this:
@ace: Which cache option is that?
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:
>
>