Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged jquery
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Bei Autocomplete aus größeren Datenbanken ist es sinnvoll, die Datenbankabfrage in eine separate php-Datei zu verlegen.
0
969
posted 9 years ago by ulfinger
This is a public jsonp api. I use it with jQuery Like This:
$.getJSON("http://yourdomain/yourpath/jsonp_api.php?method=getSchema¶ms=your_db_name&jsoncallback=?",
function(data){
//DO SOMETHING WITH THE DATA HERE
}...
1
1094
posted 12 years ago by halk
//This will grab taxonomies three levels deep (parent, child, grandchild) and display them
//in an accordion fashion. Parent is the header, then child with a checkbox, if checked, will
//display grandchild taxonomies.
//Uses jQuery Accordion (do...
0
794
posted 12 years ago by dnnsldr
Adds a method to the jQuery Validation plugin (http://bassistance.de/jquery-plugins/jquery-plugin-validation/) to return false if the field equals a specified string
0
1862
posted 12 years ago by StevenW721
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
1106
posted 12 years ago by rickyslow
Add the following to your Wordpress theme's functions.php file. The jQuery paths/URLs might need to be changed to suite your circumstances.
0
1277
posted 12 years ago by f6design
If not have access to edit json, setting url possible is:
url: 'http://graph.facebook.com/4/?callback=getDatosUsuario'
0
871
posted 13 years ago by nicolaspar
Personalized plugin for order datatables with spanish date dd/mm/yyyy hh:mm
0
642
posted 13 years ago by donmik
This is a jquery full screen background image plugin for indexhibit using
http://srobbin.com/jquery-plugins/jquery-backstretch/
0
646
posted 13 years ago by orionrush
Snippet for adding to your functions.php file to enqueue jQuery.
1
661
posted 14 years ago by oriontimbers
A PHP proxy for jQuery AJAX cross-domain requisitions, created to support friendly-url API\\\\\\\'s.
3
1348
posted 14 years ago by hisamu