Skip to content

gksmithlcw/CascadingDropDown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cascading Drop Down

Description

CascadingDropDown is a jquery plugin that allows you to create cascading drop downs that depends on ajax to get the data. This plugin was created as an update to Raj Kaimal's CascadingDropDown jQuery plugin for ASP.NET MVC. Updates include support of dynamic drop downs. I will be updating this soon with features such as templating the dropdown list, etc.

NuGet

Visual Studio users can install this directly into their .NET projects by executing the following command in the Package Manager Console

PM> Install-Package CascadingDropDown

Changelog

Build

To build you need the following:

  1. rake -> Install ruby, it comes with rake.
  2. albacore -> gem install albacore.
  3. uglifier -> gem install uglifier minifier
  4. coffeescript -> npm install -g coffee-script coffeescript compiler

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 65.4%
  • Ruby 34.6%