Category Archives: Javascript

Javascript Functions optional parameters

Ok, you want to create a function to be used several times (well, isnt that the main purpose of them?), but, depending on the call, you can have 1 argument or several. How do you go about doing it? Enter the world of optional parameter functions. Or something like that…after the jump. Here are three… Read More »

Remove item from array in jQuery/javascript

Extremely simple problem with a million solutions. These are just a couple of ways to do it. Go learn after the jump.