[jQuery] Re: Subtract part of url to pass new url to variable

2009-03-06 Thread whoisonfirst
;.')"); //var largePath = img.src.replace('_t.', '.'); //var largePath = this.src.replace('_t.', '.'); //var FullImageLocation = img.src.replace('_t.', '.'); //var largePath = $(".test").attr('src'); //var lar

[jQuery] Subtract part of url to pass new url to variable

2009-03-06 Thread whoisonfirst
I have an image url --- it is enclosed in a href. "images/flavor/websites/oranges_id_t.jpg" title="oranges" How do I get the url MINUS the _t so it ends up being "images/flavor/websites/oranges_id.jpg" title="oranges" that I can pass to a variable of this ? -- View this message in contex

[jQuery] get img id and slide up div with same name

2009-03-05 Thread whoisonfirst
I have a list of several thumbnails. On click thumbnail I'd like to slide up a div elsewhere on the page that has an id of the same name as the image id. The first div (one) is shown as default. The other divs are hidden untill a thumbnail is clicked. Then the div with the same id as thumbnail s

[jQuery] click thumbnail show large image in separate div, slide up image description in another div

2009-02-28 Thread whoisonfirst
Situation. I have several thumbnails next to a div with id of 'image holder'. Under that is another div with id of 'msg_body'. image_holder already shows first thumbnail's large view image and msg_body already shows first thumbnails description on page load. I want to be able to click next thum