Top "Get" questions

GET is one of many request methods supported by the HTTP protocol.

Get an element by index in jQuery

I have an unordered list and the index of an li tag in that list. I have to get the …

jquery dom get
Create a simple HTTP server with Java?

What's the easiest way to create a simple HTTP server with Java? Are there any libraries in commons to facilitate …

java http post get
Get href attribute on jQuery

I have some table rows <tr class="b_row"> <td> <div class="cpt"> <…

jquery get href each attr
get all the images from a folder in php

I am using WordPress. I have an image folder like mytheme/images/myimages. I want to retrieve all the images …

php image wordpress get
Curl and PHP - how can I pass a json through curl by PUT,POST,GET

I have been working on building an Rest API for the hell of it and I have been testing it …

php post curl get put
Retrofit and GET using parameters

I am trying to send a request to the Google GeoCode API using Retrofit. The service interface looks like this: …

android get retrofit
jquery how to use multiple ajax calls one after the end of the other

I am in mobile app and I use multiple Ajax calls to receive data from web server like below function …

jquery function get jsonp
why I can't get value of label with jquery and javascript?

I have a usual label <label class="mytxt" style="color: #662819;" id ="telefon"></label> I am setting …

javascript jquery get label
Why is Tkinter Entry's get function returning nothing?

I'm trying to use an Entry field to get manual input, and then work with that data. All sources I've …

python python-3.x tkinter get tkinter-entry
How to "perfectly" override a dict?

How can I make as "perfect" a subclass of dict as possible? The end goal is to have a simple …

python inheritance dictionary get set