Requirement- Client Id For custom Button
Here is the jQuery code to prevent users to cut copy and paste from our website. 1. disable cut copy and paste on a specific element like a textbox Step 1 . First we create a div and assign a unique id to this div . <div id=”targetElement”> this is our div content . </div> […]
To add the page loader , we need to determine the http request sent by us has been responded or not. For this simple query we need to evaluate just the value of following expression. $http.pendingRequests.length. Following directive can be used anywhere to install loader the page on loading:- Example:- In View Page :- Where […]