Is obtrusive JavaScript ever ok?

Posted by Petah on Programmers See other posts from Programmers or by Petah
Published on 2011-01-29T12:00:05Z Indexed on 2011/01/29 15:32 UTC
Read the original article Hit count: 277

I was thinking that if all the users of a website are required to have JavaScript enabled, Is it ok to use obtrusive JavaScript?

I'm all for progressive enhancement, but whats the point when an advanced web applications bounces users at the door if they have an old browser or JavaScript disabled?

We have a very slim target audience, and we can tell our target audience what browser and plugins/functionality they are required to have. So you my question is, is mixing JS and HTML alright in that case. Like using onclick attributes.

© Programmers or respective owner

Related posts about web-development

Related posts about web-applications