[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 // fals

[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 su

[jquery-ui] Re: help with iframe

2010-03-01 Thread fleusebio
OK thanks all .This is correct and works > For attributes you can use the cross browser attr() method on the jquery > object like this: $("#whoja").attr("src",somevalue) > -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send