This question is locked. New answers and comments are not allowed.
I want to change window width in client where i am getting it wrong?
// $('#span1')
// .bind('click', function openWindow(e) {
// var window = $("#PopUpPesquisa").data("tWindow");
// window.width("600px");
// })
I am using this: but i keep getting object dont support this property.
var window = $("#PopUpPesquisa").data("tWindow");
// window.width("600px");
Environment Espec:
ASP.NET MVC 2
Vista
IE 7.0
Telerik Q2 release
Language (C#)