|
Dec
25 |
|
awarded | Student |
|
Apr
29 |
|
awarded | Notable Question |
|
Aug
25 |
|
awarded | Popular Question |
|
Jan
3 |
|
awarded | Scholar |
|
Jan
3 |
|
accepted | opening link in same window using jquery |
|
Jan
3 |
|
comment |
opening link in same window using jquery wait nvm i got it! thanks so much! i just needed to change .open to .location. I appreciate the help =] |
|
Jan
3 |
|
comment |
opening link in same window using jquery $pc_wrapper.find('.pc_item').hover( function(){ $(this).addClass('selected'); }, function(){ $(this).removeClass('selected'); } ).bind('click',function(){ window.location($(this).find('.pc_more').html()); }); }); this is actually all the code that i should have pasted in the first place. Whats happening is on the website i am working on it has a panel that slide across the scree, and it has images. When you put your mouse over the image the 'pc_wrapper' appears and when you click, it opens the link that i added to the image in a new page and would like it to open in the same page |
|
Jan
3 |
|
asked | opening link in same window using jquery |