[You must be registered and logged in to see this image.]
Cách dùng : Có thể chèn vào overall_header trước với phpbb2, punBB hoặc chèn vào Widget với invision, phpbb3
Cách dùng : Có thể chèn vào overall_header trước với phpbb2, punBB hoặc chèn vào Widget với invision, phpbb3
- Code:
<script type="text/javascript">
jQuery(function(){
jQuery("#pwd_bad").html('Dòng text thay thế cho Week');
jQuery("#pwd_middle").html('Dòng text thay thế cho Normal');
jQuery("#pwd_good").html('Dòng text thay thế cho Strong');
});
</script>