[jQuery] Re: Modal Dialog with a datepicker inside, works one time, then never...

2009-09-30 Thread Alex Barrios
2009/9/30 Nalum : > > Hello Alex, > The only reason it would be a problem is if you don't apply the jQuery > to the input every time it is loaded or if it is loaded a second time > and old input is still on the page then you have two elements with the > same id. > > If you have two elements with t

[jQuery] Re: Modal Dialog with a datepicker inside, works one time, then never...

2009-09-30 Thread Nalum
Hello Alex, The only reason it would be a problem is if you don't apply the jQuery to the input every time it is loaded or if it is loaded a second time and old input is still on the page then you have two elements with the same id. If you have two elements with the same id jQuery wont do anythin

[jQuery] Re: Modal Dialog with a datepicker inside, works one time, then never...

2009-09-29 Thread Alex Barrios
2009/9/29 Nalum : > > Hello Alex, > Is class="calendario" style="border:none"> loaded in using ajax? > > If it isn't then you don't need to put the date picker into a > function, you could do the following: http://pastebin.com/m4ddcd98b > > If it is loaded with ajax then you need to call the func

[jQuery] Re: Modal Dialog with a datepicker inside, works one time, then never...

2009-09-29 Thread Nalum
Hello Alex, Is loaded in using ajax? If it isn't then you don't need to put the date picker into a function, you could do the following: http://pastebin.com/m4ddcd98b If it is loaded with ajax then you need to call the function every time it is loaded into the page. Hope this helps Nalum On S

[jQuery] Re: Modal Dialog with a datepicker inside, works one time, then never...

2009-09-29 Thread Alex Barrios
2009/9/28 alexbariv > > Hi everybody. > > Let me introduce myself. > > I'm a developer located in Venezuela (latin america), and i have like > 2 years using Jquery in every project that came to my hands. Its a > pleasure to meet you all. > > For begin, i have a little problem that i hope you can