[jQuery] Re: SimpleModal (probably something really stupid)

2010-01-10 Thread polarwarp
oad as really I just needed the dialog specific stuff as I was already using the datepicker in my project. On Jan 8, 2:57 pm, polarwarp wrote: > I am using the jquery simplemodal code to display a div on a page. > > I am pretty much calling .modal(); on the div, which has a class on > i

[jQuery] Re: SimpleModal (probably something really stupid)

2010-01-10 Thread polarwarp
essage > > Salman > > On Jan 7, 10:57 pm, polarwarp wrote: > > > I am using the jquery simplemodal code to display a div on a page. > > > I am pretty much calling .modal(); on the div, which has a class on > > it, and I'm styling up that class - some issue

[jQuery] Re: SimpleModal (probably something really stupid)

2010-01-10 Thread polarwarp
Thanks, Jen On Jan 9, 9:23 am, Eric Martin wrote: > I would strongly suggest downloading the one of the demos [1], like > the basic one, which will probably help answer all of your questions. > > -Eric > > [1]http://www.ericmmartin.com/projects/simplemodal-demos/ > > On

[jQuery] SimpleModal (probably something really stupid)

2010-01-07 Thread polarwarp
I am using the jquery simplemodal code to display a div on a page. I am pretty much calling .modal(); on the div, which has a class on it, and I'm styling up that class - some issues though: 1. How do I add a close button. Have seen that I can add a closeimg style - but I can't get anything with

[jQuery] Re: Help with Datepicker

2009-12-21 Thread polarwarp
Thanks so much guys! I was missing this showOn setting - and once I put that in I discovered my path was slightly wrong :) On Dec 4, 1:02 am, MorningZ wrote: > Use Fiddler (for IE) or Firebug (for FF) and watch the "Net" tab to > see why the browser doesn't see the image.. this, depsite you

[jQuery] Help with Datepicker

2009-12-03 Thread polarwarp
I am trying to use the jquery datepicker. I can't figure out how to make an image appear next to my textbox that will launch the popup. Currently I have a .NET textbox which you user can click on that launches the calendar. So that part seems to be fine. However no image which would be more intu