droidQuery icon indicating copy to clipboard operation
droidQuery copied to clipboard

The Android port of jQuery

Results 8 droidQuery issues
Sort by recently updated
recently updated
newest added

Do you have a serialize function in your library. In jQuery you can do something like this $('bold') I'm thinking something like that following. ``` $.with(" ") ``` I'm just...

question

Downloaded the latest release and added the folder to the folder in the project: > C:\Users\setup\Desktop\BarcodeReader\app\libs\droidQuery-1.2.2 Tried to add the following to the project (main activity java file): `ajax("{url: 'http://www.example.com',...

I have this exception while running this code ``` java @Override public void onClick(View v) { Map map = (Map) $.map( $.entry("LoginEmail", LoginEmail.getText().toString()), $.entry("LoginPassword", LoginPassword.getText().toString())); $.ajax(new AjaxOptions().context(MainActivity.this).type("POST").url(api + "/PostLogin") .data(map).cache(false).success(new...

how to catch post Req on php . what is the ID

trying to find documentation that shows how to format headers when doing GET request

``` java 32640-395/ E/Ajax﹕ Could not parse Last-Modified Header java.text.ParseException: Unparseable date: "Mon, 17 Aug 2015 18:26:52 GMT" (at offset 0) ``` Serious? http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html 14.29 Last-Modified An example of its...

bug

``` java $.with(this, R.id.button1) .click(new Function(){ @Override public void invoke($ arg0, Object... arg1) { Log.i("event", "click"); //never occurs. } }) .swipeUp(new Function(){ @Override public void invoke($ arg0, Object... arg1) {...

enhancement

Do you have more examples I could test? I see the following https://github.com/phil-brown/droidQuery/tree/master/droidQueryTest/src/self/philbrown/droidQuery/Example https://github.com/phil-brown/droidQuery/tree/master/samples/RedditClient