hehe.. share ae xài cho vui..
- Code:
Skin Rip By An Hùng
2012 by Snog
ps/: avtar box và nav trượt lun:
vào mudules -> Javascript codes management
tạo trang js : in all the page
- Code:
$(function () {
$("#pun-navlinks a.mainmenu[href='/search']").removeAttr("onclick").click(function () {
$(this).parent().css("position", "relative");
$("#search_menu").css({
"top": "30px",
"left": "-7px"
}).slideToggle();
return false;
});
});
in the home
- Code:
$(document).on('ready', function() {
$('.avs').each(function () {
var touser = $(this).children('span').children('strong').children('a').attr('href');
$(this).prepend('<a href="' + touser + '" class="inx"><img src="http://2img.net/i/fa/invision/pp-blank-thumb-38px.png" alt="No avatar" /></a>');
$(this).children('a').load(touser + ' div.main-content.clearfix.center img:eq(0)');
});
});
Last edited by An Hùng on Wed May 01, 2013 2:46 pm; edited 2 times in total