Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: PHP-Fusion v7 Swizz klausimai

Parašė SWIZZ· 2010 Gru. 2 11:12:15
#11

Arvydas parašė:
į subheader.php prirašyt ten tą <script> eilutę.. :)

Kur jį rasti? Ant PHP-Fusion v7 nėra.
EDIT: Ant v7 subheader pervadintas į header.php... ;)

EDIT2: Vistiek nesuprantu kaip į įdėti... Randu tą coda, bet ten nepilnas...:


<script type="text/javascript">
// Create the tooltips only on document load
$(document).ready(function() 
{
   // By suppling no content attribute, the library uses each elements title attribute by default
   $('#content a[href][title]').qtip({
      content: {
         text: false // Use each elements title attribute
      },
      style: 'cream' // Give it some style
   });
 
   // NOTE: You can even omit all options and simply replace the regular title tooltips like so:
   // $('#content a[href]').qtip();
});
</script>

Redagavo SWIZZ· 2010 Gru. 2 11:12:17