$(".entry_hora").timeEntry({ ampmPrefix: ' ', spinnerImage: 'spinnerDefault.png' });
Test Online.
http://jsfiddle.net/ric47121/9QkpK/
Web Oficial:
http://keith-wood.name/timeEntry.html
$(".entry_hora").timeEntry({ ampmPrefix: ' ', spinnerImage: 'spinnerDefault.png' });
$('#auto').autoNumeric({aSep: '.', aDec: ',', aSign: '$ '});
test online:
http://jsfiddle.net/ric47121/TUCCD/1/
documentacion:
http://www.decorplanit.com/plugin/
otros similares:
http://www.jquery4u.com/plugins/10-jquery-currencyprice-plugins/#.UIlcI8XA9Ip
$('#currencyField').blur(function(e) { $(this).formatCurrency(); });
marker.setPosition( new google.maps.LatLng( lat, lon ) ); map.panTo( new google.maps.LatLng( lat, lon ) );
<?php $ip = $_SERVER['REMOTE_ADDR']; $json = file_get_contents("http://api.easyjquery.com/ips/?ip=".$ip."&full=true"); $json = json_decode($json,true); echo " <pre>"; print_r($json); ?>
url:
http://www.easyjquery.com/detect-get-clients-ip-address-country-using-javascript-php/
otra forma:
http://freegeoip.appspot.com/