Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2017 10:36 PM
Just a small correction on surya's function call. Missed semi colon
javascript: new Cluster().myCode();
calling script include and its function should be done as shown above. It should work if your code is correct.
Please hit like or correct if it helps you in anyway!