Browsing "Older Posts"

No matter what you do, you can't prevent users from having full access to every bit of data on your website. If right click is disabled you can still view source code in chrome browser, for that you just have to place "view-source:"  before URL.  For example if you want to view source of https://www.google.co.in/ then just type "view-source:" i.e. view-source:https://www.google.co.in/ . Thats it. You can check every bit of code now. Try it yourself. :)
Tags:

How to get page source if right click is disabled on website

By yash → Wednesday, February 24, 2016
I am writing this blog to validate multiple forms on a single page using jQuery validator plugin. This code can be used to validate your whole site's form using few lines of code. just use "data-form-validate='true'" attribute to your form. See priview below.
See the Pen jquery validator multiple form on one page by Yashwant Patel (@yashwant) on CodePen.

jQuery Validator - Auto validate multiple forms on a page

By yash → Tuesday, February 16, 2016