my
problem.
On Oct 8, 1:45 pm, Okie <[EMAIL PROTECTED]> wrote:
> I've got the following:
>
> var existingCodes = new Array(' $existingCodes); ?>');
>
> var form = document.newSpecificLeadSourceForm;
>
> $('#suggestCode
I've got the following:
var existingCodes = new Array('');
var form = document.newSpecificLeadSourceForm;
$('#suggestCode').click(function() {
$(this).css('display', 'none');
$(form.source).bind('keyup', function() {
suggest code
...
var existingCodes = new Array('');
var form = document.newSpecificLeadSourceForm;
$('#suggestCode').click(function() {
$(this).css('display', 'none');
$(form.source).bind('keyup', function() {
var code = $(th
3 matches
Mail list logo