Kamis, 05 September 2013

PHP Indonesia - Facebook: [ASK] permisi numpang tanya master, misal aku biki...

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/ 
Marketing Mobile Apps

This online course focuses on marketing efforts that will increase your app's exposure and establish a mobile app marketing plan. Enroll today for $99.
From our sponsors
[ASK] permisi numpang tanya master, misal aku biki...
Sep 6th 2013, 03:43, by Faradilla Naily Jihan

Faradilla Naily Jihan 3:43am Sep 6
[ASK]
permisi numpang tanya master, misal aku bikin textbox biar bisa dimasukin angka doang gmn ya?

Fariz Yoga Syahputra 3:46am Sep 6
isNaN

Faradilla Naily Jihan 3:47am Sep 6
maksudnya?

Ibenx Sisare 3:51am Sep 6
pake JS gan untuk membatasi supaya angka saja

Faradilla Naily Jihan 3:54am Sep 6
Oke makasi gan :)

Muhamad Jafar Sidik 3:59am Sep 6
paka jquery validator gan,

Fariz Yoga Syahputra 4:00am Sep 6
pake script biasa juga bisa kayanya dengan menggunakan isNaN fungsi singkatan dari is not a number dari javascript

Faradilla Naily Jihan 4:03am Sep 6
oke gan makasi referensinya, ntar tak coba :)

Fajar Ramdhan Priadi 4:06am Sep 6
contoh dari saya <input type="text" class="form-control" id="number" name="number" placeholder="Valid Phone Number" onkeyup="foo(this)" required="required" />
<?include'number.js';?>

untuk script number.jsnya disini
<script>
function foo(obj){
if(obj.value != obj.value.replace(/[^0-9]/g,"")){
// the if is removeable if you don't want a message.

obj.value = obj.value.replace(/[^0-9]/g,"");
// strip all text and such.
obj.focus();
// ensure it keeps focus.
alert("Only Enter Numbers !!");
// your message.
};
// remove this }; if your not having the if.
};
</script>

Faradilla Naily Jihan 4:33am Sep 6
makasi gan

Fajar Ramdhan Priadi 4:34am Sep 6
sama" gan semoga sukses

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