Hi,
I download jquery-ui-personalized-1.6rc6.
The Example file works well, but when I try Word Completion In my
Editors:Eclipse, Netbeans not work.
I try to find word completion for $("#accordion").a its give me
javascript functions but not show me accordion() in the list, same as
tabs()
package: jquery-ui-personalized-1.6rc6
file part from: example.html
<script type="text/javascript">
$(function(){
// Accordion
$("#accordion").accordion({ header: "h3" });
// Tabs
$('#tabs').tabs();
..................................
...........................
.................
});
</script>
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---