[jQuery] Re: Insert Images from a folder

2007-09-24 Thread Karl Swedberg
I'm not familiar with how the plugin works. I only know that it exists. How exactly are the images being inserted? Can you use Firebug (the Firefox extension) to view the DOM and see exactly how those files are being placed on the page? You might be able to do some DOM manipulation once the

[jQuery] Re: Insert Images from a folder

2007-09-24 Thread Mr Batman
Thanks for your help so far and your pointer to the traverseDir plugin. I have linked to the plugin as well as to the jquery.js file. And I have inserted the following: $(document).ready(function(){ $('#show1').traverseDir({ types: 'png', dir: 'ima

[jQuery] Re: Insert Images from a folder

2007-09-20 Thread Scott Sauyet
Karl Swedberg wrote: On Sep 20, 2007, at 10:06 AM, Scott Sauyet wrote: Mr Batman wrote: I would like to insert all of the images from a certain folder in the root of my site into one div on my home page automatically. Is this possible with jQuery and if so how do you do it? jQuery cannot kno

[jQuery] Re: Insert Images from a folder

2007-09-20 Thread Karl Swedberg
On Sep 20, 2007, at 10:06 AM, Scott Sauyet wrote: Mr Batman wrote: I would like to insert all of the images from a certain folder in the root of my site into one div on my home page automatically. Is this possible with jQuery and if so how do you do it? jQuery cannot know what files are on yo

[jQuery] Re: Insert Images from a folder

2007-09-20 Thread Scott Sauyet
Mr Batman wrote: I would like to insert all of the images from a certain folder in the root of my site into one div on my home page automatically. Is this possible with jQuery and if so how do you do it? jQuery cannot know what files are on your server. If you have some server-side solution