[jQuery] Adsense

2010-02-24 Thread Priya Ram
About Adsense...?

[jQuery] Serverside button click not working with clientside click

2009-11-08 Thread Priya
runjQueryCode($('.dim').css('height', $(document).height());$ ('.btnb').click(function(){$('.dim').fadeIn();return false;});$ (window).bind('resize', function(){$('.dim').css('height', $ (window).height());});)

[jQuery] serverside button click event not firing with jquery clientside button click

2009-11-08 Thread Priya
Hi, The jquery used here is to meake the screen blur when popup loads..Blur effect is working.But the serverside code of butn1 not firing. The code are Page_Load() runjQueryCode($('.dim').css('height', $(document).height());$ ('.btnb').click(function(){$('.dim').fadeIn();return false;});$

[jQuery] Codebehind not working when background inactive on popup loads

2009-11-05 Thread Priya
Hi, I put the jquery in my masterpage

[jQuery] codebehind not working when i make background inactive on popup loads

2009-11-05 Thread Priya
Hi, I make the page dim when a popup loads.The jquery and css are written in masterpage like this %@ Master Language=VB CodeFile=ESCCMaster.master.vb Inherits=ESCCMaster % script src=js/jquery-1.3.1.min.js type=text/javascript/script script type=text/javascript

[jQuery] $(#datepicker).datepicker is not a function

2009-07-02 Thread Priya
hi i am getting this error when i was trying to use the jquery datepicker widget.Can you please help me to solve this issue?

[jQuery] facing problem in datepicker

2009-02-26 Thread priya
Hi, i am tring to build datepicker by using the jquery but i am facing a problem like $(.date-pick).datePicker is not a function wven i inlcude all the plugings and javascript files and also css. please help me thanks