you probably want somthing like,

jQuery.ajax_request = {
    ajax_options :  function () {
      test: 'test'
    },
    test :  function()  {
      alert(this.test);
    }
}


im guessing...

Reply via email to