Coding Grounds
Compilation of different programming projects I amuse myself with.
Showing posts with label
Jquery
.
Show all posts
Showing posts with label
Jquery
.
Show all posts
Friday, 15 November 2019
Sorting array word-wise in Javascript
›
Sometimes it is nice to sort arrays word-wise in Javascript. This means sorting not the entire column value, /** * Summary: Sorts alpha...
Tuesday, 11 June 2019
Deselecting all options in HTML SELECT using Jquery plugin
›
I created my first jQuery plugin today. This plugin will deselect all select option elements after a given timeout when checking an associat...
Wednesday, 5 June 2019
Random selection of a HTML SELECT element
›
Just made a JsFiddle of a random selection control for HTML SELECT tag. The JsFiddle is available here: Random selecting combobox (JsFidd...
›
Home
View web version