Rabu, 31 Juli 2013

PHP Indonesia - Facebook: #Jquery_IE Mana tau ada belum tahu Browser lama I...

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/ 
#Jquery_IE Mana tau ada belum tahu Browser lama I...
Jul 31st 2013, 07:33, by Erwin Sholeh Siregar

Erwin Sholeh Siregar 7:33am Jul 31
#Jquery_IE
Mana tau ada belum tahu

Browser lama IE terkadang belum mendukung plugin jquery terbaru, maka ditambahkan dengan jquery tambahan, misal seperti berikut :

<!--[if lt IE 9]>
<script type="text/javascript" src="http://static.tipspengetahuan.com/js/css3-mediaqueries_m.js"></script>
<![endif]-->

Arti kode di atas berarti jika browser lebih kecil dari versi 9 (if lt IE 9), lt=lower than maka load jquery yang dibutuhkan.

Jika lebih tinggi dari versi 9 atau sama, maka gunakan <!--[if gte IE 9]>
Jika lebih tinggi dari versi 9 <!--[if gt IE 9]>
Jika versi sama dengan 9 <!--[if IE 9]>
Jika browser tidak IE <!--[if !IE]> -->
Jika browser adalah IE <!--[if IE]>

Ryan Dmtry 7:58am Jul 31
Conditional comments (y)

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