I need to do a fetch using ajax. I need to use this: ajax/get_item_list/*group_id*/offset/*limit*/true (return true as JSON) where id comes from a link that user clicks. And when user clicks that link, it should call(?) that "ajax/get_item_list/*group_id*/offset/*limit*/tru" to get content to a div. And when user clicks another link (in navigation), it should do that again, but ofcourse it should get new content.
I am using drupal if that info is needed.
//Mario