Tag: jQuery
-
Sharing resources with you: get a web dev job, web dev portfolio tips, a lightweight lightbox, and more
It’s been awhile since I’ve shared resources from around the web, so here we go: How to get a web development job in four steps – Blog post from simplestepscode.com Web development portfolio tips from an interviewer’s perspective – Another good blog post from simplestepscode.com Featherlight.js – A very lightweight jQuery lightbox How to Stop…
-
Select all checkboxes with jQuery
So you have a form on your web site and you want to add a way for a user to select all checkboxes for one of your questions in the form. Here’s an easy way to do just that using jQuery. Use the Javascript and HTML code below. HTML and Javascript code with the function…