~adamzammit/quexs/quexscativm

« back to all changes in this revision

Viewing changes to js/headerexpand.js

  • Committer: azammitdcarf
  • Date: 2011-01-28 01:12:55 UTC
  • Revision ID: svn-v4:fd4a0071-7450-0410-a91b-842f6942ebe7:trunk:358
Replaced display:inline with display:"" to avoid changing location of box
Added statusbox class
Removed headerexpander script from index unless selected in config file
Can specify whether to escape ampersands when using get_respondentselection_url function

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
                                $(".header").css("height","30%");
7
7
                                $(".content").css("height","70%");
8
8
                                $(".content").css("top","30%");
9
 
                                $(".box:not(.important)").css("display","inline");
 
9
                                $(".box:not(.important)").css("display","");
10
10
                        },
11
11
 
12
12
                        //function on mouse out