javascript libraries to cross browser

Ecuador
October 28, 2008 6:04pm CST
who know which libraries are good to make a cross browser script ??? there are some basic functions those are differents in each browser, one is for Internet Explorer, other different for Mozilla Firefox, for Safari, etc. so, could be cool to know a javascript code that work for any browser (where many of them) ... I have heard about prototype code, it seems good for working with DIV, SPAN, INPUT types, but what about making drag and drop, onmouse events, or keyboard events... do you have some good reference ??? thanks frankouz
1 response
• Pakistan
2 Nov 08
havnt you heard about the jquery.Try googling 'jquery' You will find a lot of great information
• Ecuador
2 Nov 08
i have heard about jquery, i think is based on prototype javascript ... the other day i used it, 128kb of codel. do you think is better use the tag script src or include all the code as part of the page ?? i have noticed sometimes the broser doesnt load the javascript code when tag script src is used .. have you worked with jquery ? what have you done ?? regards, frankouz