Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 jquery 在 c# 代码中动态传递值。
我正在 Visual Studio.NET 中使用 jQuery 开发时间选择器控件。我传递值静态它工作正常,但如何动态传递值任何人都知道请告诉我。
我不知道动态传递是什么意思,但也许您可以尝试使用隐藏字段控件将值存储在其中。因此,每次更改时间选择器时,都会更新隐藏字段的值。喜欢,
$('[id$=hiddenfieldId]').val()=$("#datepicker").datepicker({dateFormat: 'dd-mm-yyyy'})