PHP Array for Font Awesome 4.1.0
I needed to list all of the available icons from Font Awesome 4.1.0 in order to allow users to select one. The code for the selector was easy enough but…
I needed to list all of the available icons from Font Awesome 4.1.0 in order to allow users to select one. The code for the selector was easy enough but…
I often have to use a select box when I’m putting together a custom form that requires a drop down list. It took me a while to figure out how…