Tag: jquery

event.stopPropagation();

understanding theory behind: event.preventDefault(); & event.stopPropagation();   and when you want to close popup or menu when click out side the area where popup or menu meant to be close…

Local storage For Big Forms

Sometimes you have big forms across site and almost all form share field, better approach is to create generic form and use along with minor changes and on…