I am just trying to load the content of one div into another onClick, but i get an error requesting i use the POST request,
$("#button").click(function(){
$('#slide1').load('#slide2');
});
half working example at http://jsfiddle.net/9hnZx/
Still new to the whole jQuery front so please be patient if this is a stupid question! Thanks!
edit. Thanks to all who answered, really helped, except the example i gave is working in jsfiddle but i cant get working in the website where it is required, http://bettondesignwork.co.uk/tim/j3mobile/ anyone got any clues? jQuery is loading just fine!