Changeset 16047


Ignore:
Timestamp:
Jun 26, 2012, 10:24:21 AM (12 years ago)
Author:
mistic100
Message:

use jQuery() instead of $()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GuestBook/template/guestbook.tpl

    r16000 r16047  
    44  {combine_script id="jquery.raty" path=$GUESTBOOK_PATH|@cat:"template/jquery.raty/jquery.raty.min.js"}
    55  {footer_script}
    6   $("#comment_rate").raty({ldelim}
     6  jQuery("#comment_rate").raty({ldelim}
    77    path: "{$GUESTBOOK_PATH}template/jquery.raty/",
    88    half: true
     
    1414
    1515{footer_script}
    16 $("#expandForm").click(function() {ldelim}
    17   $("#guestbookAdd").animate({ldelim}"width": "500px"}, function() {ldelim}
    18     $("#addComment").slideDown("slow");
     16jQuery("#expandForm").click(function() {ldelim}
     17  jQuery("#guestbookAdd").animate({ldelim}"width": "500px"}, function() {ldelim}
     18    jQuery("#addComment").slideDown("slow");
    1919  });
    2020});
Note: See TracChangeset for help on using the changeset viewer.