Skip to content

Ramanan Sharma

Adventures in Life & Technology

Recent Posts

  • Redirect the HTTP Requests to HTTPS in Apache Webserver
  • Sound card issue on Fedora 23 with Intel HDA
  • RESTful vs SOAP Web Service
  • Enable Permalinks for WordPress in Apache web server
  • MacBook Battery Maintenance

Archives

  • March 2016
  • January 2014
  • November 2013
  • August 2013
  • June 2013
  • February 2013
  • January 2013

Tag: JavaScript

JavaScript: escape and unescape deprecated

According to Mozilla Developer Network:

The escape and unescape functions are deprecated. Use encodeURI, encodeURIComponent, decodeURI or decodeURIComponent to encode and decode escape sequences for special characters.

Posted on 08-06-201322-06-2013Categories ProgrammingTags JavaScript, ProgrammingLeave a comment on JavaScript: escape and unescape deprecated
Proudly powered by WordPress
 

Loading Comments...