Subversion Repositories SmartDukaan

Rev

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

Rev 11350 Rev 11353
Line 20... Line 20...
20
    $('#instructionsLink').live('click', function() {
20
    $('#instructionsLink').live('click', function() {
21
    	$('div#instrctionsDiv').show();
21
    	$('div#instrctionsDiv').show();
22
    	$.colorbox({
22
    	$.colorbox({
23
            inline : true,
23
            inline : true,
24
            width : "500px",
24
            width : "500px",
25
            height : "350px",
25
            height : "360px",
26
            href : "div#instrctionsDiv",
26
            href : "div#instrctionsDiv",
27
            onClosed : function() {
27
            onClosed : function() {
28
                $("div#instrctionsDiv").hide();
28
                $("div#instrctionsDiv").hide();
29
            }
29
            }
30
		});
30
		});