Click here to Skip to main content
15,909,466 members

Comments by Kaushik.Subramanian (Top 9 by date)

Kaushik.Subramanian 9-Dec-14 7:55am View    
ok it doen't have, then what does the below link does?
http://stackoverflow.com/questions/11123622/how-to-set-session-variable-in-jquery[^]
Kaushik.Subramanian 29-May-14 7:33am View    
did u try with the above code
Kaushik.Subramanian 29-May-14 7:16am View    
u need the checkbox id to be displayed when its checked?
Kaushik.Subramanian 28-May-14 4:51am View    
U mean u need to enter only alphabets in that text
Kaushik.Subramanian 27-May-14 8:10am View    
on button click
var ClosePopup = $("#DivBinding").kendoWindow({
title: "hi",
visible: false,
modal: true
}).data("kendoWindow");
$("#Close").on("click", function () {
ClosePopup.close();
});