Login
Register
All class groups
Latest entries
Top 10 charts
Blog
Forums
Help
Login
Register
Deprecated function
Search
All class groups
Latest entries
Top 10 charts
Blog
Forums
Help
Recommend
this page to a friend!
JavaScript HTML Table Excel Export
>
All threads
>
Deprecated function
>
(Un) Subscribe thread alerts
Subject:
Deprecated function
Summary:
Function unescape is deprecated
Messages:
2
Author:
Gerry Danen
Date:
2015-04-21 13:26:05
1. Deprecated function
Reply
Report abuse
Gerry Danen - 2015-04-21 13:26:05
Line 19 shows
return window.btoa(unescape(encodeURIComponent(s)))
I have changed this to
return window.btoa(decodeURIComponent(encodeURIComponent(s)));
2. Re: Deprecated function
Reply
Report abuse
Gianluca Zanferrari - 2015-04-21 13:38:53 -
In reply to
message 1
from Gerry Danen
thanks, i think I will change it in the class itself.
About us
Advertise on this site
Site map
Newsletter
Statistics
Site tips
Privacy policy
Contact
For more information send a message to
info at jsclasses dot org
.
Copyright (c)
Icontem
2010-2025