Kamis, 17 Oktober 2013

PHP Indonesia - Facebook: gan tanya ane kan Bikin Button Buat Open dialog di...

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/ 
Start taking a college level music theory class today.

This beginner class is now accessible to aspiring musicians of all ages. Learn all of the basic concepts in an easy to follow manner.
From our sponsors
gan tanya ane kan Bikin Button Buat Open dialog di...
Oct 17th 2013, 10:08, by Danura Aditya

Danura Aditya 10:08am Oct 17
gan tanya ane kan Bikin Button Buat Open dialog di Loop tapi button yg Berfungsi cuma 1 Ya Om >???
<input type="button" value="Browse" class="cs-input" id="open" name="btn" />
ane udah pake <input type="button" value="Browse" class="cs-input" id="open" name="btn[]" /> tetep aja ? Mohon pencerahan

Pengaturan Privasi 10:12am Oct 17
jangan pake selector ID yang sama untuk open dialog banyak,,,

Danura Aditya 10:13am Oct 17
Jadi Bagai mana Mas kan di Loop atasnya ???

Pengaturan Privasi 10:13am Oct 17
jadi script kmu bagaimana?

Danura Aditya 10:14am Oct 17
<script>
$('#dialog-s').dialog({
autoOpen: false
});

$('#open').button({
icons: {
primary: "ui-icon-folder-open"
}
}).click(function() {
$('#dialog-s').dialog("open");
});
</script>

for(,,,,,,)
{
<input type="button" value="Browse" class="cs-input" id="open" name="btn" />
}

Danura Aditya 10:14am Oct 17
fulll
http://pastebin.com/t3nS47DW

Pengaturan Privasi 10:15am Oct 17
$('#open').button({
ganti aja
$('.cs-input').button({

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