trooprr / jquery-watermark

Automatically exported from code.google.com/p/jquery-watermark
0 stars 0 forks source link

Page_ClientValidate('ValidationGroup') results in 'undefined' #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Sorry to be a pain... but here is a sample website attached.

Original issue reported on code.google.com by surolia.manish on 16 Feb 2010 at 7:04

Attachments:

GoogleCodeExporter commented 8 years ago
Oops!!. Couldn't find a way to re-open an existing issue.

Original comment by surolia.manish on 16 Feb 2010 at 7:11

GoogleCodeExporter commented 8 years ago
I can confirm this. I think there is a missing "return" when applying original 
function, should be:

return origFn.apply(null, Array.prototype.slice.call(arguments));

Original comment by koliksof...@gmail.com on 29 Mar 2010 at 3:25

GoogleCodeExporter commented 8 years ago
OK, I will add a return to that line and package with verison 3.0.5.  Please 
let me 
know if it works in your situation.

Original comment by t...@speednet.biz on 9 May 2010 at 7:05