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? Link to comment https://forums.phpfreaks.com/topic/26041-portolio-with-php-and-ajax/ 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. Link to comment https://forums.phpfreaks.com/topic/26041-portolio-with-php-and-ajax/#findComment-119159 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.