﻿var $j = jQuery.noConflict();

jQuery(document).ready(function() {
$j('#priceUpdate').effect('pulsate', { times: 3 }, 1000);


$j('#priceUpdate').effect('bounce', { times: 6 }, 400);
$j('#priceUpdate').effect('highlight', {}, 3000);





});
   