GET a remote URL. The first argument is the URL you wish to GET from. The second argument is an Object containing the key/value pairs that you wish to send as parameters. You can optionally pass a third and fourth argument which respresent the username and password to access the URL you are GET'ing from.
For example:
var myUrl = 'http://www.google.com/search';
var myText = zimki.remote.get( myUrl, { q: 'zimki' } );
Parent
zimki.remote
|