Reuben Martin
Reuben Martin
The best approach may be to de-couple the exec request from the player. So have a separate location that is designated with a ts_exec directive and has different commands for...
No reason to apologize. :D I think this some great stuff you're doing.
I am encountering similar issues. Everything is 3006.5. I've spent two day's thinking I broke something in some recent changes I made, but I've found that the minions jobs are...
Yes, I also submitted a bug report with Vista the same time I filed this bug. Supposedly it's in their queue of fixes / feature requests for their engineers; but...
Realized that when I was checking to see if the key had been set locally, is was checking both key and value match rather than just to see if the...
One more small change to fix the chance of a false positives when checking for keys that have been serialized into a string. (I'm not familiar with what type of...
Ugh. More fixes. (check if ajaxSetup data is defined) Hopefully last update: http://pastebin.com/SBS6UeeG
I have an app I'm building that interacts with the server using only XHR calls after the initial page load. I'm wanting to use $.ajaxSetup({ data: { foo: } });...
Oh, and almost forgot, that I was also under the impression that the jquery documentation you referenced meant that individual key-value pairs would be "overridden by the individual calls", not...
I guess I don't understand how that would apply to this situation where the data parameter is defined, both in ajaxSetup, and for the form data.