designeren Posted November 3, 2006 Share Posted November 3, 2006 HelloIm totally noob coding ajax, i need help making a portfolio:http://jacob.hfabc.dk/portfolio/As you can se is there 3 pictures in each collum. Every picture is small and when you click it open a larger.All scould work from mySQL, so i upload a picture with comment and link. Then it resize it self.how can i make that system? Quote Link to comment Share on other sites More sharing options...
ober Posted November 3, 2006 Share Posted November 3, 2006 I'm not sure where to start on this. If you're a complete noob, go read the tutorials on www.ajaxfreaks.com . What you need to do is make the larger picture area the container for the updated content. Then each smaller picture has an onclick event which calls a JavaScript function that will pass data to the server and retrieve the right data from the server and display the bigger picture on the right in the big div.But you have to learn a lot to go from what you have to the AJAX functionality. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.