how can i tell if a javascript function works across browsers
Posted
by lowellk
on Stack Overflow
See other posts from Stack Overflow
or by lowellk
Published on 2010-05-26T18:31:31Z
Indexed on
2010/05/26
18:51 UTC
Read the original article
Hit count: 190
JavaScript
How can I tell if a given javascript function will work across browsers? For instance, I want to use String.trim() and I see that it works in Firefox, but will it work in all the other major browsers? I imagine there is a good doc online somewhere, but I can't find it.
© Stack Overflow or respective owner