Array

Create an array Constants Variables Array Length Does array index exist?

Read More

Select Box

Causing Form To Submit OnChange Call function when selection changed Which item is selected? Show / Hide page elements depending on Select box item chosen PHP Javascript

Read More

Copy to clipboard

Most browsers will only allow copying of text from a visible input box or textarea Text area example for wordpress (jQuery) This example overwrites the textarea value in case user has altered it

Read More

Nested single and double quotes

If you’re using say onclick() and .innerHTML= as part of some inline javascript you may well run into a nested quotes issue. For example, maybe within your .innerHTML=’ you want to give some element an ID – you find you can’t because you need to surround that ID parameter with quotes and you’ve used say […]

Read More