freshworks/marketplace-sample-apps

[Enhancement] - Remove jQuery from scheduled_events_tutorial app

ravirajsubramanian opened this issue · 1 comments

Description of the enhancement:
The jQuery library has been imported and used in the Play-Along/Tutorials/scheduled_events_tutorial app. Since jQuery is a heavy-lift for this simple application and jQuery is not safe-by-default, it can be removed altogether and replaced with Vanilla JavaScript and CSS wherever it is used.

For which Freshworks product?

  • Freshdesk
  • Freshchat
  • Freshsales
  • Freshservice
  • Freshcaller
  • Freshteam

Describe the solution you'd like

  • Remove jQuery imports from HTML file
  • Replace jQuery with Vanilla JavaScript and CSS

Hi, I'd like to take over this issue