Top 20 NuGet Packages
Package Description
Package Description
Package Description
Package Description
Package Description
Package Description
Package Description
Package Description
My JQGrid Packag
A powerful slider for selecting value ranges, supporting dates and more.
Copyright: Guillaume Gautreau 2010
License: dual license GPL v3 and MIT.
A powerful slider for selecting value ranges, supporting dates and more.
Copyright: Guillaume Gautreau 2010
License: dual license GPL v3 and MIT.
jQuery is a new kind of JavaScript Library.
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
NOTE: This...
jQuery is a new kind of JavaScript Library.
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
NOTE: This...
Want to add some awesome to your site? Can't find the words? Now you can!
$("#myDiv").awesome() will replace the text with an awesome word from the list.
Want to add your own words? Go for it!
This template creates a SampleModel, Controller, View and .Js file.
WebPx Web Plugins
A framework for the serialization of the popular JQuery DataTables Plug-in. There are two small libraries, CubedElement.DataTable.Contracts and CubedElement.DataTable.Model, and when building this the goal was not only to make it user friendly, but to make it n-tiered and IoC friendly too!
Attach class based on first class in list of current element
Include jquery.dragster.js in page.
Works in IE.
$('.element').dragster({
enter: function (dragsterEvent, event) {
$(this).addClass('hover');
},
leave: function (dragsterEvent, event) {
$(this).removeClass('hover');
},
drop: function (dragsterEvent, event) {
...
Creates a "selected" function that you can use with a <select> object and jQuery to fire off a custom function when an item is selected.
$('#MyDropDown').selected(function() {
//Do Whatever...
});