| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Fucking Awesome
|
Javascript problems
Basically I have my project image load on the left, and when you click on the numbers below and on the right of the image, the corresponding image should load where the original one is. The test site is at: aestheticphiladelphia.com/cfportfolio/portfolio/agizentest2.php and I got the code from: alistapart.com/articles/imagegallery I'm not that experienced in Javascript. Can anyone see what i'm doing wrong or know a better way to do it? |
|
|
|
|
|
#4 (permalink) |
|
Senior Member
|
no problem. You should look into a javascript debugger.. if you are on FireFox get the web developer extension and there is one built in. That would of told you exactly where your code broke. |
|
|
|
#10 (permalink) |
|
Senior Member
Join Date: Jan 2005
Posts: 12,340
|
That logo looks a lot like: http://www.astrazeneca.com |
|
|
|
#12 (permalink) |
|
goober :-)
|
Agreed... Firebug is the big daddy for Javascript... and for a number of other things, too... Particularly if you plan on doing any work that manipulates page content or the DOM in any way. It highlights the changes your script makes as it runs... and can show you the completion times, page loads etc of everything you do. extremely clever. |
|
![]() |