jquery Programming Glossary: brel
Sorting Select box with jQuery http://stackoverflow.com/questions/9887542/sorting-select-box-with-jquery to sort by rel you should change your function this .html option this .sort function a b var arel a .attr 'rel' var brel b .attr 'rel' return arel brel 0 arel brel 1 1 edit with parseInt this .html option this .sort function a b var arel parseInt.. your function this .html option this .sort function a b var arel a .attr 'rel' var brel b .attr 'rel' return arel brel 0 arel brel 1 1 edit with parseInt this .html option this .sort function a b var arel parseInt a .attr 'rel' 10 var brel.. this .html option this .sort function a b var arel a .attr 'rel' var brel b .attr 'rel' return arel brel 0 arel brel 1 1 edit with parseInt this .html option this .sort function a b var arel parseInt a .attr 'rel' 10 var brel parseInt b..
|