Category: Java Script Library
javascript – Remove and restore options from select – Stack Overflow
Best approach is store a clone of the options on page load. Then clone that clone to restore, so you always keep the first clone as the cache. var $options=$(‘#sel option’).clone(); function restore(){ $(‘#sel’).html( $options.clone()) }
Source: javascript – Remove and restore options from select – Stack Overflow
javascript – Fastest way to remove all items from dropdown list or listbox? – Stack Overflow
$("#selectboxID").empty();
Source: javascript – Fastest way to remove all items from dropdown list or listbox? – Stack Overflow
Improve Your Debugging Skills with Chrome DevTools
Telerik and Chrome Dev Tools
Example of using events in Telerik ASP.NET MVC Grid control
var selected = $.map(this.select(), function (item) { return $(item).text();
Source: Example of using events in Telerik ASP.NET MVC Grid control
DropDownList not passing values to my controller – DropDownList – UI for ASP.NET MVC Forum
Easily Reveal Hidden Passwords In Any Browser
Easily Reveal Hidden Passwords In Any Browser
Send E-mail with JavaScript | SharePoint JavaScripts
Note: I’m far away from my safe “pure JavaScript” world here – if someone have any comments on this approach i will gladly listen! In this article I will give an example of …
Source: Send E-mail with JavaScript | SharePoint JavaScripts
How to send an email from JavaScript – Stack Overflow
sharepoint enterprise – getQueryStringParameter is not defined – SharePoint Stack Exchange
getQueryStringParameter is not defined
Source: sharepoint enterprise – getQueryStringParameter is not defined – SharePoint Stack Exchange