[jQuery] Re: img src problem in IE6

2007-08-29 Thread mohsin
yes image src is not changing i try to alert the src with this code alert($('#fp_img').attr("src")); and alert is undefined even in IE7 and firefox... On Aug 28, 8:36 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > On 8/28/07, mohsin <[EMAIL PROTECTED]> wrote: > > > > > $('#fp_menu a').each(

[jQuery] Re: img src problem in IE6

2007-08-28 Thread Richard D. Worth
On 8/28/07, mohsin <[EMAIL PROTECTED]> wrote: > > > $('#fp_menu a').each(function() > { > dev_id = querySt("dev_id"); > $(this).click(function() > { > new_src = > "http://"+this_domain+"/development/images/"+dev_id+"/ > floorplan/"+this.id; >