A new ticket created! Also in comment to #1675!
Applet tag (and script) on html gives script error
I have problem in firefox version 2.0.0.12. 'xx.xxx.xxxx.class has no public field or method named "JQuery....' Error introduced AFTER 1.2.1! Problem introduced in 1.2.2 (and still in 1.2.3).
No problem in ie7.0.
My html produce a valid html document with a applet tag. And everything works fine with jquery 1.2.1. Error is when leaving page (cleanup cache?) My html:
... <div class="applet">
<script type="text/javascript">
/*<![CDATA[*/writeApplet('appletId','xx.xxx.xxxx.class','appletName','600','350','xxx.jar','/','MAYSCRIPT',{'archive':'xxx.jar','Cabbase':'xxx.cab','agent':+navigator.userAgent+});/*]]>*/
</script>
<script type="text/javascript">
/*<![CDATA[*/document.write('<\/applet>')/*]]>*/
</script>
</div>
In jquery 1.2.3 (developer version) error is in line 674 (it seems to be when cleaning cache for elem = script!).
// Compute a unique ID for the element
673 if ( !id )
674 id = elem[ expando ] = ++uuid;
675
regards,
JesperSJensen