X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fselect-areacode.html;h=e968322793f95294243edd390907985040cccfba;hb=2554b11e48a7ec4567bf89f9a48f7a83ec925eea;hp=11b618847ffdf60be200e675e97ac478d3f752cf;hpb=cb2a5cbe1fb5f0b3fb8bea31f310f5805e5667c5;p=freeside.git diff --git a/httemplate/elements/select-areacode.html b/httemplate/elements/select-areacode.html index 11b618847..e96832279 100644 --- a/httemplate/elements/select-areacode.html +++ b/httemplate/elements/select-areacode.html @@ -21,7 +21,7 @@ areacodeerror.style.display = 'none'; what.form.<% $opt{'prefix'} %>exchange.disabled = 'disabled'; - what.form.<% $opt{'prefix'} %>phonenum.disabled = 'disabled'; + $('#<% $opt{'prefix'} %>phonenum').prop('disabled', true); var state = what.options[what.selectedIndex].value; @@ -29,16 +29,16 @@ var reply = JSON.parse(areacodes); // blank the current areacode - $('#<% $opt{prefix} %>areacode').empty; + $('#<% $opt{prefix} %>areacode').empty(); // blank the current exchange too - $('#<% $opt{prefix} %>exchange').empty; - jopt( $('#<% $opt{prefix} %>exchnage'), '', 'Select city / exchange' ); + $('#<% $opt{prefix} %>exchange').empty(); + jopt( $('#<% $opt{prefix} %>exchange'), '', 'Select city / exchange' ); // blank the current phonenum too - $('#<% $opt{prefix} %>phonenum').empty; + $('#<% $opt{prefix} %>phonenum').empty(); if ( what.form.<% $opt{'prefix'} %>phonenum.type != 'select-multiple' ) { - jopt($('<% $opt{'prefix'} %>phonenum'), '', 'Select phone number'); + jopt($('#<% $opt{'prefix'} %>phonenum'), '', 'Select phone number'); } % if ($opt{empty}) {