Javascript 装订误差

Javascript 装订误差,javascript,jquery,asp.net,Javascript,Jquery,Asp.net,我遇到一个javascript错误,无法理解发生了什么。有人犯过这样的错误吗 $("input[type=text],input[type=password],input[type=checkbox],input[type=radio],select,textarea").bindIntoStack is not a function Source: http://localhost:54838/GP.Portal.Ugur/default.aspx?ReturnUrl=%2fGP.Portal

我遇到一个javascript错误,无法理解发生了什么。有人犯过这样的错误吗

$("input[type=text],input[type=password],input[type=checkbox],input[type=radio],select,textarea").bindIntoStack is not a function
Source: http://localhost:54838/GP.Portal.Ugur/default.aspx?ReturnUrl=%2fGP.Portal.Ugur%2fapp%2fDefault.aspx
Error: 380

这是因为
bindIntoStack
不是一个函数


确保包含函数库。

该函数隐藏在我使用的框架中。非常感谢。