-
-
What, who, where am I?!?
Craig Lotter is a web developer based in Gordon's Bay, South Africa, who seems completely incapable of shaking off that pesky inner child within, the one that forces him to love all things animated or hand drawn.
The Rugged Rock of Craig contains snippets of his life, popular culture and all the important things like anime, manga, games and comic books. The CodeUnit of Craig on the other hand contains the more serious stuff like code snippets and tutorials, while the House of C chronicles his foray into the world of web comics.
For which it never seems he has enough time anyway.
-
Rugged Rock Studio
- CodeUnit Collections
- Funakoshi Karate International South Africa
- Rugged Rock Studio: The Portfolio of Craig Lotter
- The Codeunit of Craig
- The House of C
- The Rugged Rock of Craig
Tag Archives: listbox
jQuery: Get all Selected Values or Text from a Multiple Select Listbox
Grabbing all the selected values or even text values from a multiple select listbox turns out to be quite simple if you know which tools to use. Continue reading →
Posted in Technology & Code, Tutorials | Tagged jQuery, listbox, multiple select, retrieve, text, tutorial, value | View Comments
Remove all Listbox and Dropdown List Items with jQuery
Today’s little code snippet is going to look at removing all the options from a select dropdown list or listbox, on the fly and using jQuery. Continue reading →
Posted in Technology & Code, Tutorials | Tagged dropdown, jQuery, list, listbox, remove options, tutorial | View Comments
jQuery: Select all options in a Multiple Select Listbox
Sometimes it is nice to present a multiple select listbox to a user with everything already selected. Continue reading →
Posted in Technology & Code, Tutorials | Tagged jQuery, listbox, multiple select, select, tutorial | View Comments