[jQuery] Re: jscrollpane not functioning in iframes

2008-10-26 Thread ekene
. i also have another issue in IE which throws an error at line 114 of jscrollpane.js. this issue is also inconsistent. any thoughts? ekene On Oct 6, 9:42 pm, ricardobeat <[EMAIL PROTECTED]> wrote: > It is functioning, but the scrollbar overflows the iframe. Give the > iframe a wi

[jQuery] Re: jscrollpane not functioning in iframes

2008-10-26 Thread ekene
inconsistent and there is no error thrown. do you have thoughts why this is happening? thanks! ekene On Oct 6, 9:42 pm, ricardobeat <[EMAIL PROTECTED]> wrote: > It is functioning, but the scrollbar overflows theiframe. Give theiframea > width of 292px and you'll see it. > >

[jQuery] jscrollpane hiding content

2008-10-26 Thread ekene
jscrollpane somehow sets the width and height of the jScrollPaneContainer to 0 and the scroll-pane height to 0 which hides the content but if i reload the page one or two times it functions. this happens when i am loading the page in an iframe otherwise jscrollpane functions. this is how the html

[jQuery] jscrollpane not functioning in iframes

2008-10-06 Thread ekene
i made two test html pages. this is the link for the child page which calls jscrollpane http://ekeneijeoma.com/clients/lrany/recordTest.html this is the script in the recordTest.html page $(document).ready(function(){ $('#record-scroll-pane').jScrollPane(); }); this is the link for the r

[jQuery] sending xml using $ajax()

2007-08-30 Thread ekene
$.ajax({ contentType: 'text/xml', dataType: 'html', data:'asdfasdf2007asdf', processData: false, timeout: 5000, type: 'POST', url: 'saveXML.php', error: function(){ alert('Error loading result from saveXML.php');