jqueryemail

How to encrypt email addresses using JQuery


Is there a way to use JQuery to cloak or encrypt email addresses on an HTML page without changing the syntax in the href?


Solution

  • Using JQuery may not be the route you want to take since this would be on the client side... Is there a reason you're not encrypting on server side?