¡@

Home 

2014/10/16 ¤W¤È 12:02:31

jquery Programming Glossary: clementine

JS sort works in Firefox but not IE - can't work out why

http://stackoverflow.com/questions/2956432/js-sort-works-in-firefox-but-not-ie-cant-work-out-why

alphabetical order originalData 'cherry' 'apple' 'banana' 'clementine' 'nectarine' 'plum' data before sorting note how clementine.. 'nectarine' 'plum' data before sorting note how clementine is second item we wan to to to be after apple and banana csub.. banana csub value cherry data cherry result cherry value clementine data clementine result clementine value apple data apple result..

JS sort works in Firefox but not IE - can't work out why

http://stackoverflow.com/questions/2956432/js-sort-works-in-firefox-but-not-ie-cant-work-out-why

illustrate the point here . cherry first then the rest in alphabetical order originalData 'cherry' 'apple' 'banana' 'clementine' 'nectarine' 'plum' data before sorting note how clementine is second item we wan to to to be after apple and banana csub.. alphabetical order originalData 'cherry' 'apple' 'banana' 'clementine' 'nectarine' 'plum' data before sorting note how clementine is second item we wan to to to be after apple and banana csub value cherry data cherry result cherry value clementine data.. clementine is second item we wan to to to be after apple and banana csub value cherry data cherry result cherry value clementine data clementine result clementine value apple data apple result apple value banana data banana result banana value nectarine..