I am displaying item id and title.there is also a link \"show items of this member\".while clicking on it it will display the items of that user.I am using ajax for this.The
You are not calling onclick function in your ajax generated code. In getdetails.php Change
getdetails.php
to
Also id attribute of any html tag should be unique. This may not create any problem, but definitely not a good practice.