Client Script not working in specific view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2014 02:50 PM
Hi Friends,
I created a client script with Type = onChange and Global = True.
Strange part is that it is working fine only in default_view but not in other views though it is Global script..
Can any one of you help me to fix this?
Thanks in advance,
Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2014 04:03 AM
Check if this client script is using any DOM methods ie document.getElementById('something') or something similar. If it is there, comment out this part and see if the script is working for other views also now.
Thanks & Regards,
Hari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2014 02:24 PM
Thank you so much, there was a conflict in another view. I resolved it.