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
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
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
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
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
5 matches
Mail list logo