• Login

Snippets

Entries for 'jQuery'

29
Set value of a textbox to today's date using jQuery: $("#<%= cbxLeaseSentToOwner.ClientID %>").click(function () { var isCheck...

[Read the rest of this article...]

jQuery
30
function OpenDialog(url, height, width, title) { var vurl = url; var vheight = height; var vwidth = width; var vtitle...

[Read the rest of this article...]

DNN, jQuery, modal
Posted in: DNN, Custom Modules