[jQuery] Re: Unbind not unbinding

2008-10-08 Thread Okie
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&#x

[jQuery] Unbind not unbinding

2008-10-08 Thread Okie
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() {

[jQuery] Unbind not unbinding

2008-10-08 Thread Okie
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