jQuery. Как заменить текст на картинку?

Discussion in 'Программирование' started by Sarat, Jan 24, 2013.

  1. Offline

    Sarat Недавно здесь

    Joined:
    Mar 10, 2012
    Messages:
    7
    Likes Received:
    0
    Gender:
    Male
    Здравствуйте! Простите за глупый вопрос, но в квери не разбираюсь!
    Подскажите пожалуйста, (.html не помогает) Имеется такой код
    $doc = &JFactory::getDocument();
    $doc -> addScriptDeclaration('
    jQuery(document).ready(function(){
    jQuery(\'.flexslider\').flexslider({
    animation: '.$animation.',
    slideDirection: "'.$params -> get('image_gallery_slide_direction').'",
    slideshow: '.$slideshow.',
    slideshowSpeed: '.$params -> get('image_gallery_animSpeed').',
    animationDuration: '.$params -> get('image_gallery_animation_duration').',
    directionNav: '.$dirNav.',
    controlNav: '.$controlNav.',
    prevText: "'.JText::_('Previous').'",
    nextText: "'.JText::_('Next').'",
    pausePlay: '.$pausePlay.',
    pauseText: "'.JText::_('Pause').'",
    playText: "'.JText::_('Play').'",
    pauseOnAction: '.$pauseOnAction.',
    pauseOnHover: '.$pauseOnHover.',
    useCSS: '.$useCSS.',
    start: function(){
    jQuery(".flexslider").css("width","'.$params -> get('tz_image_gallery_'.$name).'px")
    }
    });
    });
    ');


    как вместо текста pauseText: "'.JText::_('Pause').'",
    playText: "'.JText::_('Play').'",
    вставить картинки?
     
  2.  

Share This Page

Loading...