A bunch of us have been hitting our heads trying to add javascript to views fields and finding they're stipped out, even in "unfiltered text" fields, javascript and even inline css styles are stripped out. This module is a simple work around even if you have no intention of using php, even if you are just having trouble with the surprise stripping of javascript or inline style tags. The issue with this code being filtered out is documented dozens of places:
https://www.drupal.org/node/606294
https://www.drupal.org/node/2614022
https://www.drupal.org/node/853880
http://stackoverflow.com/questions/3538505/views-is-stripping-tags-from-...
http://stackoverflow.com/questions/12843618/drupal-7-how-to-add-javascri...
http://drupal.stackexchange.com/questions/105491/how-can-i-use-javascrip...

While this module might be overkill and not the cleanest solution, it at least works and from the posts above and others a lot of people have blown half a day or more trying to get javascript to work with views. It might be useful to update the description of this module to make it clear this will work even if you are just trying to do javascript. Thanks for your hard work!!
Patrick M

Comments

plato1123 created an issue.