[jQuery] Re: Beginners problem with selectors

2009-11-23 Thread Prashant
Hi , I hope it would helpfull. function getLastTR() { alert($("#tbl tr:last").html()); } first tr II tr III tr thanks Prashant On Nov 19, 7:20 pm, jkrassman wrote: > Hi, sorry if I am posting in th

[jQuery] Re: JQuery and ColdFusion

2009-11-23 Thread Prashant
Hi, in your following statement: window.location.href = 'index.cfm?fuseaction=myapp.home'; if you try the full path OR relative url of index.cfm then i guess your problem would get solved. e.g. window.location.href = 'index.cfm?fuseaction=myapp.home'; thanks Prashant

[jQuery] Re: Date range Picker jquery

2009-06-28 Thread Prashant Khanal
ranikumariyer...@gmail.com> wrote: > hi , > y tried but cant changes its functionality , > > Thanks > > On Sun, Jun 28, 2009 at 11:19 AM, Prashant Khanal < > prashantkha...@gmail.com> wrote: > >> you mean to say the problem is that you are not allowed to select the s

[jQuery] Re: Date range Picker jquery

2009-06-27 Thread Prashant Khanal
plugin is fine , but u see ,some time my customer the journey may be > one day,but its not possible in that plugin > > thanks > > > On Sun, Jun 28, 2009 at 9:01 AM, Prashant Khanal > wrote: > >> check this out >> this might help you >> >> h

[jQuery] Re: Date range Picker jquery

2009-06-27 Thread Prashant Khanal
check this out this might help you http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerStartEnd.html On Sat, Jun 27, 2009 at 8:17 PM, bharani kumar < bharanikumariyer...@gmail.com> wrote: > > > Hi > > Tell the name of the plugin for > datePickers with start and end dates > Thanks

[jQuery] Re: when is what ready?

2009-06-22 Thread Prashant Khanal
t; Use this, it will check if the page content is loaded before firing. > > $(window).load(function() { > alert( "hello" ); > }); > > Prashant Khanal wrote: > >> i guess you should use $(document).ready(function(){.}); >> but keep in mind this fire

[jQuery] Re: when is what ready?

2009-06-22 Thread Prashant Khanal
i guess you should use $(document).ready(function(){.}); but keep in mind this fires after DOM is loaded and before page contents are loaded. http://www.learningjquery.com/2006/09/introducing-document-ready On Mon, Jun 22, 2009 at 1:06 PM, Peter Marino wrote: > Hi jQuery, > I assumed when I u

[jQuery] jqModal - ajax response

2009-06-17 Thread prashant roy
callback like onShow/onHide,OnLoad but how i can check returned content from ajax for this jQmodal. -- Prashant Roy

[jQuery] Comparison of jQuery Multi function Table Plugins : that filter rows, sort column /s and Paginate Records Pagination and allows in place editing

2008-07-11 Thread Prashant Bhate
Also has any one been working on combination of [client side (using java script pagination ) + server side (Like Hibernate Pagination)] pagination. Implementing in this way would reduce the load on server [fetch less data] and client side [hide data] and increases load on server side ?? Thanks, Pra

[jQuery] Re: BlockUI and FF3

2008-07-10 Thread Prashant Bhate
Hi, Rather than posting/pasting code here, Perhaps you could try to paste it at http://paste-it.net and share the link ? Thanks, Prashant On Jul 10, 2:30 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > On Jul 9, 8:06 pm, Marcus Eby <[EMAIL PROTECTED]> wrote: > > > I ca