Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged ajax



« Prev 1 Next »
Amasty developed AJAX Scroll extension to make catalog navigation much faster and easier.
0 770 posted 9 years ago by Amasty
This snippet shows how to retrieve information from the SEO plugin of Yoast, to be used for front-end use. This snippet is taken from the opensource free Nexus WP framework supporting front-end editing, custom layout and drag & drop.
0 666 posted 11 years ago by barkgj
Send array through ajax tools request to js
0 844 posted 11 years ago by dosde
So, you define a couple of fake funcs and require WP database config, after this you can require wp-db.php, create new wpdb and use it independency of WP for your ajax actions.
0 717 posted 11 years ago by Zayac
paginar resultados con jquery y ajax, permite ingresar condiciones (where, like, =...) solo se ingresa el nombre de los campos de la base de datos que se desean listar ver opciones.
1 856 posted 11 years ago by rickyslow
0 668 posted 12 years ago by jose_506
0 756 posted 12 years ago by shodan_uk
0 668 posted 12 years ago by supermauerbros
A PHP proxy for jQuery AJAX cross-domain requisitions, created to support friendly-url API\\\\\\\'s.
3 1089 posted 13 years ago by hisamu
2 904 posted 13 years ago by sb_01
Quick and easy way to determine if the HTTP request is an AJAX call or a standard call. Supports the notion of Unobtrusive JavaScript.
3 973 posted 13 years ago by joshuascott94
3 566 posted 13 years ago by StephFR
1 535 posted 13 years ago by Scriptshit
What it does: clears & submits exposed filters form via AJAX (if enabled, otherwise normal page refresh). This is for Views 2.x. It works with the 'remember me' option. You need to create a custom module. E.g. custom/custom.module and custom/cu...
1 1216 posted 14 years ago by morningtime
Determines whether or not the page has been requested directly, or through AJAX. This can allow for combining a page and related AJAX responses within the same script.
1 761 posted 14 years ago by Wilco
I was asked to add Recaptcha' to an already existing form. I didn't want to interfere with the code so I decided to search for some sort of AJAX solution. Here's my implementation of DarkSideOfTheCarton.com. This form needs to have a form with <fo...
1 1214 posted 14 years ago by chrisaiv
3 681 posted 15 years ago by troynt
A simple function to check if the request comes from an AJAX XMLHttpRequest. Use it if your page should behave differently when called from AJAX. Comes from jquery mailing list: http://jquery.com/discuss/2006-June/006656/
29 5408 posted 17 years ago by TC
Often PHP can't interpret POST data because it is not form-encoded. This is typical when the post data is XML from API's like Flash's XmlSocket. You can use the following methods to read the POST data directly.
1 1273 posted 17 years ago by mthorn
« Prev 1 Next »