[jQuery] jqDialog

2010-01-25 Thread john6630
I sent this to the new forum but it appears a lot of traffic is still here. So to cover my bases here it is again: I am using the jqDialog quite successfully but have run across a strange situation. In the following script, the button click event shows the dialog ok but the if statement does

[jQuery] jQuery and ASP.Net server listbox control

2009-12-03 Thread john6630
I am trying to use jQuery to move items between one ASP.Net listbox control and another. The jQuery works great but when I post back and access the listboxes in my codebhind, the items remain in the same listboxes as when the page was open. I am thinking this is because of ASP.Net maintaining the

[jQuery] jqDialog within document.ready

2009-11-28 Thread john6630
I have an ASP.Net form that posts data back to a button with codebhind that sets a hidden label based on the status of the data posted. When the page posts back, I want to display a notify message using jqDialog. Here is the code I am using: $(document).ready(function() { var

[jQuery] Beginners question: how to set width on an element

2009-11-08 Thread john6630
I want to read the body width when a page loads and set an element's width to the same width. The reason I want to do this is that the page is generated programmatically. Alternatively I can have the program set the width value to a constant but in any case, I believe I need to do this when the

[jQuery] Re: Doc's site down?

2008-08-24 Thread john6630
The site was excrutiatingly slow for me yesterday and today. Fortunately I have bookmarked other sites which provide documentation. But it is really a bad advertisement for jQuery when its own site performs so badly!! Maybe someone could setup a for pay site with a nominal annual fee and get a

[jQuery] Appreciation

2008-08-24 Thread john6630
As a newbie, I want to express my appreciation to the code authors and the members who provide such fantastic support. As a newbie, I also joined the javascript group and am amazed at the difference. Here all is positive and supportive while over there they are negative and contentious (not to

[jQuery] Strongly recommend jQuery In Action book

2008-07-18 Thread john6630
As a newbie, I am always appreciative of recommended resources. And this one time, I get to return the favor by highly recommending jQuery In Action from Manning press by Bear Bibeault and Yehuda Katz. It is very well written and well organized. The examples are accurate and complete. Given I

[jQuery] jQuery and RIA design

2008-07-12 Thread john6630
I hope this post is appropriate for the group and if not, I apologize. I would enjoy a dialog concerning the architecture/design of web applications in general and using jQuery, in particular. I am posting to this group because after lurking for the past few weeks I appreciate the skill,