[jquery-ui] help with iframe

2010-02-25 Thread fleusebio
This is the js file jQuery(document).ready(function(){ $(#whoja).dialog( { title: 'Dialog Title' , width: 820 , height: 500 , autoOpen: false // false

[jquery-ui] Re: help with iframe

2010-02-25 Thread fleusebio
OK problem solved by changing $(#whoja).location = xpdf;OR $(#whoja).src = xpdf; by -- document.getElementById(whoja).src = xpdf; I do not know why $(#whoja) this is not correct sorry for my English -- You received this message because you are subscribed

[jquery-ui] Re: help with iframe

2010-02-25 Thread Roman
On Feb 25, 4:20 pm, fleusebio fleuse...@gmail.com wrote: OK problem solved by changing                        $(#whoja).location = xpdf;        OR $(#whoja).src = xpdf; by     -- document.getElementById(whoja).src = xpdf; I do not know why  $(#whoja) this is not correct Why would

[jquery-ui] Re: help with iframe

2010-02-25 Thread intrader
I think that you need to specify application/pdf when you serve it. On Feb 25, 2:58 am, fleusebio fleuse...@gmail.com wrote: This is the js file jQuery(document).ready(function(){                 $(#whoja).dialog( {                         title:          'Dialog Title'                 ,  

[jquery-ui] Re: datepicker value

2010-02-25 Thread intrader
Just for fun output the value of $end_date like this p$end_date is ?php echo $end_date;?/p On Feb 24, 6:41 am, henry hengemilyz...@googlemail.com wrote: I try to set value to datepicker when the form load intitially, the value is from a varialble.  See the following: input type=text

[jquery-ui] Re: Different instances of the dialog box

2010-02-25 Thread intrader
Not enough info to help you - paste dome code On Feb 23, 6:40 pm, raygo22 rayg...@gmail.com wrote: Hello. Im making a php site, and I want many instances of the dialog box to appear in the same page, as it is right now, only 1 instance is working, even though the id is in different buttons.