Kamis, 19 September 2013

PHP Indonesia - Facebook: [ask] Parameter (e) pada script berikut maksudnya ...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Complimentary Downloads

7 Days of Complimentary Downloads: 100,000+ Motion Backgrounds, Video Clips, Production Music Tracks, Sound Effects, Special Effects and More.
From our sponsors
[ask] Parameter (e) pada script berikut maksudnya ...
Sep 19th 2013, 14:29, by Fauzi Fauzy

Fauzi Fauzy 2:29pm Sep 19
[ask]
Parameter (e) pada script berikut maksudnya apa ya?
karna saya kurang paham mengenai penggunaan para meter seperti ini.. minta bantuannya y..

<script>
$().ready(function(){
$('#FormInput').submit(function(e){
e.preventDefault();
$.ajax({
'type': 'POST',
'url': 'server.php',
'dataType': 'json',
'data': $(this).serialize(),
'success': function(data){
alert(data.nama);
}
});
});
});
</script>

Ando Poluan 2:32pm Sep 19
Http://api.jquery.com

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar