Hi all
I am working with release 1.6rc2 of jquery ui. All I have on my page is
<div id="test" style="width: 150px; height: 100px">nik<table border=1
id="test1"><tr><td>hey</td><td>you</td></tr></table>
<table border=1 id="test2"
style="position:absolute;"><tr><td>1</td><td>2</td></tr></table>
<script type="text/javascript">
$(document).ready(function(){
Init();
});
function Init(){
$("#test").resizable({proportionallyResize:['#test1']});
}
</script>
The page renders fine in Firrefox (latest version). When I try and resize
the div, the firebug console errors saying prel.css is not a function. I can
not get proportionallyResize to work for the life of me!
Can anyone please help?
--
View this message in context:
http://www.nabble.com/proportionallyResize-problem-tp19973473s27240p19973473.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---