Guest User

Untitled

a guest
Dec 11th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. jquery:
  2.  
  3. var js_data = { 'a': 'something', 'b': 'another' };
  4. $.post("/foo/bar", { data: js_data } );
  5.  
  6.  
  7.  
  8. ci:
  9.  
  10. function bar()
  11. {
  12. $data = $this->input->post('data');
  13. }
Add Comment
Please, Sign In to add comment