orion3dgames / gridder

A jQuery plugin that displays a thumbnail grid expanding preview similar to the effect seen on Google Images.
http://orion3dgames.github.io/gridder/
461 stars 130 forks source link

Any reason why you use POST instead of GET? #50

Closed bhalial closed 7 years ago

bhalial commented 7 years ago

Was wondering why you are using POST in the ajax call instead of GET.

Seems the post method doesn't work for me and get is working, so maybe make it a configurable thingie? :)

orion3dgames commented 7 years ago

Hello, I'm not sure what's the real difference, except I usually use GET for getting information, and POST for modifying. I will change it to GET, good idea. :)