[jQuery] Re: JQuery and XHTML in Firefox

2009-07-30 Thread ScottSEA
And then, the thread just died. What happened? On Jul 28, 12:18 pm, ScottSEA william.scott.ba...@gmail.com wrote: Sure.  I have a thorough explanation, with sample xml, xsl, and js files on Stack Overflow : http://stackoverflow.com/questions/1190763/firefox-not-running-jquery... On Jul 28

[jQuery] Odd problems with jQuery and XHTML in Firefox.

2009-07-29 Thread ScottSEA
I have a full explanation of my issue on StackOverflow.com - if you're interested in the code, please refer here: http://stackoverflow.com/questions/1190763/firefox-not-running-jquery-for-xhtml-output It is marked as answered, but ignore that. The gist of the problem is when I load a

[jQuery] JQuery and XHTML in Firefox

2009-07-28 Thread ScottSEA
Until recently, I was humming along happily with my jQuery and HTML... life was good. Sadly, the Powers That Be have ordained that Thou Shalt Useth XHTML - so let it be done. I've undergone the process to convert to XHTML - all is valid and all is well... but no. Firefox treats XHTML as XML.

[jQuery] Re: JQuery and XHTML in Firefox

2009-07-28 Thread ScottSEA
On Jul 28, 9:55 am, ScottSEA william.scott.ba...@gmail.com wrote: Until recently, I was humming along happily with my jQuery and HTML... life was good.  Sadly, the Powers That Be have ordained that Thou Shalt Useth XHTML - so let it be done. I've undergone the process to convert to XHTML

[jQuery] Re: JQuery and XHTML in Firefox

2009-07-28 Thread ScottSEA
is the result of the transform from valid xhtml? On Jul 28, 2:55 pm, ScottSEA william.scott.ba...@gmail.com wrote: On Jul 28, 9:55 am, ScottSEA william.scott.ba...@gmail.com wrote: Until recently, I was humming along happily with my jQuery and HTML... life was good.  Sadly, the Powers

[jQuery] Aliasing/Redefining function

2009-05-13 Thread ScottSEA
In my environment, JS has a maximum file size as a matter of company policy - jQuery is obviously a great help with this. One of the things I'd like to do (primarily to shrink filesize but also for less typing) is instead of writing this: $(function(){...}); to be able to write this: