Framework posting

by casebash

JavaScript

$.post(
    "http://framework1.lib.uts.edu.au/activity/search",
    {action: 'search', title: 'hi', date: '1/1/1', userId: 1}
)
.done(function() { alert("second success"); });