Is it possible to pull a bunch of .jpg pictures form a local file and throw them into a list? Sorry, I was very vague
Pulling from a directory (relitive to
Short answer: No, you cannot.
Long answer: You're going to need to create a list of those files with php with the code similar to what Charles posted, then AJAX that into your jQuery.