I need some help with JavaScript stuffs. Most of my life I made compiled software(C,C++,VB,etc.) but in past 2 months start developing of online application with PHP and ajax platform called phpLiveX. Whole develop time I used google chrome to test this app and everything works just fine, after finishing and before going public, last step is to check how everything works in other browsers.
Results are (percentage working fine):
- Chorme:
100%
- Opera:
100%
- Safari:
100%
- FireFox 3, 4:
90%
- IE 7, 8:
30%
I found that this is common problem, but like I said, since i don't have too much experience with JavaScript I don't know exactly where from to start? Mostly functions that executing fail are very ordinary functions for displaying results (ajax) or simple works with user interface (on click disable enable buttons, or on click fire ajax execution etc)
So what is best "procedure" start debugging every function that fail in every browser one by one, or are there some common places and stuffs that I need to check first, or something else?
Please give me your advices. Thanks!