On Jul 29, 4:28 am, conticreative <[email protected]> wrote:
> I have been trying to learn how to troubleshoot JS errors in Firebug
> and IE forever but I am really stumped and don;t know how to proceed.
>
> For instance, I have several Joomla sites where the default Mootools
> and JQuery files in Joomla throw errors in firebug and IE8. Now, these
> are the default JS files, not something I added and when I try to
> trace the error (which is at best obscure in both FB and IE) often I
> get to the Mootools or JQuery code but once I am there I have no idea
> on how to proceed. IN IE I often cannot even get there.
>
> Clearly, I am missing something big and I suspect that may be partly
> due to my ignorance in JS and the DOM. I know how they work, but I
> certainly cannot troubleshoot them.
>
> Now, the same was true for a lot of other stuff but usually I can
> research things and eventually they start making sense. JS
> troubleshooting, especially in IE has me completely stumped. If there
> was someone offering a course online I would take it.
>
> If any JS and DOM guru is reading this, I would love it if you point
> me in the right direction on where to start in understanding this. Do
> I need to take a tutorial on the DOM? Do I need more JS Knowledge
> (that'd be obvious, but I have 10 JS books and none really go into
> troubleshooting).
>
> Any help and pointers would be greatly appreciated.
If you are using in the same page different libraries like jQuery and
MooTools, there are high changes that you'll have a big headache, and
you should just forget about it. Stick to one library, avoid adding
new libraries to the mix because some of them modify some internal
behaviors that are quite difficult to understand at a simple gaze, and
then the other library will try to also do its changes and now it
depends on how lucky you are.
I think that currently the libraries are trying to avoid these
problems, but if you are forced to use older versions, then it will be
hard to fix the problem by yourself.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---