Hope someone can help out here, I'm new to jquery and can't figure out
what I have done wrong here.
The following code works ok in FF and IE, it is a function that
appends an image to a div and sets the width/height of that image.
function showImage(src,divid,width)
{
var myImage = new Image();
Hope someone can help out here, I'm new to jquery and can't figure out
what I have done wrong here.
The following code works ok in FF and IE, it is a function that
appends an image to a div and sets the width/height of that image.
function showImage(src,divid,width)
{
var myImage = new Image();
2 matches
Mail list logo