Get value of parameter in URL

Get value of parameter in URL

KlaqKlaq Posts: 8Questions: 0Answers: 0
edited May 2012 in General
Hi! I'am sending value on a page with DataTables like this: .../filial/object.jsp?id=1. As i know, DataTables creates it's own GET query. How can I get my parameter id=1 in DataTables before sending GET query and add it as additional using aoData?
Thanks.

Replies

  • KlaqKlaq Posts: 8Questions: 0Answers: 0
    Solved, var filialid=this.context.location.search.split("=");
This discussion has been closed.