Skip to content

Instantly share code, notes, and snippets.

@markjs
Created November 15, 2012 14:14

Revisions

  1. markjs revised this gist Nov 20, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    $(function(){
    $('.dependent-demo2').dependentSelects({
    separator: ' || ',
    placeholder: '-- Please Select --'
    placeholderOption: '-- Please Select --'
    });
    })
  2. markjs renamed this gist Nov 15, 2012. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. markjs created this gist Nov 15, 2012.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    $(function(){
    $('.dependent-demo2').dependentSelects({
    separator: ' || ',
    placeholder: '-- Please Select --'
    });
    })