Subversion Repositories SmartDukaan

Rev

Rev 18146 | Rev 18184 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18146 Rev 18149
Line 1... Line 1...
1
<script>
1
<script>
2
    $(document).ready(function(){
2
    $(document).ready(function(){
3
    $('#searchforbrand').toggleClass('shadow');
-
 
4
    setTimeout(function(){$('#searchforbrand').toggleClass('shadow');}, 500);
3
    setTimeout(function(){
5
    //$('#searchforbrand').animate('box-shadow', '0 0 30px 1px', 500);
4
	    $('#searchforbrand').css({'background-color':'orange'});
6
    //$('#searchforbrand').animate({'box-shadow':'transparent 0 0 0px 1px'}, 500);
5
	    setTimeout(function(){$('#searchforbrand').css({'background-color':''})}, 500);
-
 
6
	}, 1000);
7
    
7
    
8
    var statepushed = false;
8
    var statepushed = false;
9
    if($("#searchforbrand").length != 0 ) {
9
    if($("#searchforbrand").length != 0 ) {
10
      if (window.history && window.history.pushState) {
10
      if (window.history && window.history.pushState) {
11
 
11