Guest User

Untitled

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