See the page here
All posts by
For each
forEach call a function Foreach do something
Comma Separated Strings
Convert comma separated string to array Convert array into comma separated string
Manipulating Arrays
Remove array entry
Page Load
Running code on page load
Form state save and reload from javascript
Save the form in PHP Restore the form We use PHP variables to do it optionally (they are only setup if the form setup is to be restored) N.B. This code is only handling checkboxes and select boxes currently PHP HTML
Key & Value Arrays
Working through a Key & Value array for each loop
$. vs jQuery.
Straight javascript uses $ For platforms such as WordPress you need to change the $ to be jQuery instead e.g.
Display items from clicking link
Display a single item Display multiple items on a page Give your items a class Your link to show the hidden items