All jQuery With ASP.NET

jQuery does not work properly after ajax partial postback

Don't get shocked by the title of the post. This is true. Recently I have faced this issue. Let us walkthrough of what we are talking about. We all are familiar with below code. A script manager, update panel and content template. As you see I have placed 2 buttons. One gets binded on document.ready() […]
Read the rest of this entry »

Enable weekends in jQuery Datepicker

In my previous post "Disable Weekends in jQuery DatePicker", I had shown you that how can you disable the weekends in jQuery Datepicker control. However, there could be a situation where you need to enable only weekends and disable all the other days. See below image.   Below given small piece of code fulfill our […]
Read the rest of this entry »

Disable Weekends in jQuery DatePicker

In my previous posts, Implement jQueryUI DatePicker with ASP.NET and Show Hand/Pointer cursor on image button with jQueryUI datepicker control, I have explained about jQuery DatePicker control. By default this is how it looks. As you can see, Weekends are enabled (Saturday and Sunday) and you want to achieve what is given in below image. […]
Read the rest of this entry »

Implement jQuery UI DatePicker with ASP.NET

jQuery UI has collection of couple of cool control like DatePicker, Tabs, Dialog, Button etc. See list of all the control provides by jQuery UI. In this post, we will be looking at datepicker() control. First of all, to start with jQuery UI, you need to download latest jQuery UI from here. To start first,we […]
Read the rest of this entry »

Responsive Menu
Add more content here...