Tag:html

TinyMCE produce P elements

This is way If you want to change new line in TinyMCE with <br/> character : tinyMCE.init({ forced_root_block : false, force_br_newlines : true, ...

Jquery Check All

Here we can do with jquery, check all checkbox with name parameters : sample code : function checkallitems(){ var arr=$("input']"); if($('#contestall').attr('checked')==true){ for(var i=0;i<arr.length;i++){ $(arr).attr('checked','checked'); } }else{ for(var i=0;i<arr.length;i++){ $(arr).attr('checked',false); } } } note : contest is the name of...

CSS Input type

Use this if you want set CSS for input type, button, submit or file : input { } input{ } input{ } Happy coding !!

Change IE document default view

If you have problem with CSS view in IE 8, maybe  you must try this solution. Add this tag on head : <meta http-equiv="X-UA-Compatible" content="IE=8" > it...

Latest news

Perbedaan Apache2 Reload dan Restart ?

Kamu pengguna apache ? ahh selamat! berarti kamu orang lama yang sulit move on haha. Konon sekarang di dunia...
- Advertisement -spot_imgspot_img

Membuat Shortcut untuk switch Dark dan Light Mode di Macbook

Baru baru ini aku menginginkan sebuah fungsi tombol yang bisa mengganti tema di Macbook secara cepat, dari Dark Mode...

Cara buat Sticker langsung di Web WhatsApp tanpa Install aplikasi!

Hai sob! kali ini gulangguling.com akan berbagi cara mudah membuat sticker untuk whatsapp tanpa harus install aplikasi lainnya. Sering...

Must read