[jQuery] Re: simple accordion problem

2009-12-10 Thread Jason Meckley
why not use http://jqueryui.com/demos/accordion/ On Dec 10, 11:05 am, mojoeJohn wrote: > thanks for the explanation. my accordion works fine but i was wanting > to reduce it's sensitivity. i tried putting return false but it didn't > help much.  any other suggestions? > > On Dec 10, 10:02 am, Mor

[jQuery] Re: jquery numeric spinner and jqueryui tabs

2009-12-10 Thread Jason Meckley
r the textbox (or entire ajax content) is attached to the browser DOM (or after the content is attached to a parent), process the spinner? $(function(){$(".spinner").spinner();}); doesn't work when placed within the ajax content itself. it produces the same results as calling spinner

[jQuery] jquery numeric spinner and jqueryui tabs

2009-12-09 Thread Jason Meckley
I have a set of tabs that loads it's contents using ajax. within some of these tabs I have defined numeric spinners. I have found that i need to configure my spinners on tabsshow, not tabsload. however tabs load works for just about everything else i do dynamically. I'm guessing this has something

[jQuery] json and dates

2009-01-21 Thread Jason Meckley
I just started working with jquery yesterday in conjunctions with Castle Monorail. I'm spiking a very simple ajax call. here is my html $(document).ready(function() { $("#ajax-link").click(function() { $.getJSON("CurrentTime.mvc", function (time_from_the_server, the_status) {

[jQuery] setting default value for datepicker.

2009-01-16 Thread Jason Meckley
today I'm learnig jquery. I downloaded jquery-1.3.min.js and jquery-ui- personalized-1.6rc5.min.js with everything. I'm trying to get the calendar working. so far I have most elements that I need: start on saturday formatted date select year/month display with image and textbox focus there are 2