-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Description
countdown/dist/js/jquery.plugin.js
Line 250 in 9e816a7
| data = $.parseJSON('{' + data + '}'); |
As of jQuery 3.0, $.parseJSON is deprecated. To parse JSON strings use the native JSON.parse method instead.
https://api.jquery.com/jquery.parsejson/
Metadata
Metadata
Assignees
Labels
No labels