추천누르면 나타나는 숫자를 이모티콘으로 넣고싶습니다

추천누르면 나타나는 숫자를 이모티콘으로 넣고싶습니다

QA

추천누르면 나타나는 숫자를 이모티콘으로 넣고싶습니다

본문

추천버튼을 누르면 옆에 숫자가 나타나는데요 

저는 숫자 말고 폰트어썸이나 이미지를 넣고 싶은데 어떻게 해야될지 모르겠습니다 

 

            <?php if($board['bo_use_good']) { ?><span>추천 <strong><?php echo number_format($view['wr_good']) ?></strong></span><?php } ?>



 <strong><?php echo number_format($view['wr_good']) ?></strong> 이게 숫자부분인데
저 숫자 대신에 
다른 php코드를 넣을순 없는걸까여?

아래 에이젝스 스크립 부분또한
function excute_good(href, $el, $tx)
{
    $.post(
        href,
        { js: "on" },
        function(data) {
            if(data.error) {
                alert(data.error);
                return false;
            }
if(data.count) {
$el.find("strong").text(number_format(String(data.count)));
if($tx.attr("id").search("nogood") > -1) {
$tx.text("이 글을 비추천하셨습니다.");
$tx.fadeIn(200).delay(2500).fadeOut(200);
} else {
$tx.text("이 글을 추천하셨습니다.");
$tx.fadeIn(200).delay(2500).fadeOut(200);


                }
            }
        }, "json"
    );
}
수정을 해야될것 같은데 

$el.find("strong").text(number_format(String(data.count)));

말고 어떻게 수정을 해야 숫자대신 
폰트어썸이나 이미지를 넣을수 있을지 궁금합니다
넣고싶은 폰트는   "<i class="fa fa-star-o" aria-hidden="true"></i>';
별모양이구요 

도움좀 부탁드립니다 ~

이 질문에 댓글 쓰기 :

답변 1

답변을 작성하시기 전에 로그인 해주세요.
전체 1,041 | RSS
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT