Here we can do, copy this jquery plugins :
jQuery.fn.maxLength = function(max){
this.each(function(){
//Get the type of the matched element
var type = this.tagName.toLowerCase();
//If the type property exists,...
Here we can do to change hyperlink underline color
<a href="change-underline-color.php" style="text-decoration: none; border-bottom: 1px solid #999999">change underline color</a>
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...
Beberapa hari ini tersebar kabar mengenai Usain Bolt. Pelari tercepat di dunia ini berhasil menyabet emas dalam ajang Olimpiade Rio 2016. Usain Bolt berhasil memenangi lomba lari pada nomer 100 meter. Bolt berhasil mencapai garis finis dengan kecepatan 9.8 detik. Luar biasa bukan?