[jQuery] Re: Jquery + ExtJS 3.0

2009-08-24 Thread mikfig
thanks, that solved it :D On Aug 23, 11:49 pm, Steven Yang kenshin...@gmail.com wrote: try switching the order of script type=text/javascript src=...ext-all.js/script script type=text/javascript src=...ext-jquery-adapter.js/script to script type=text/javascript

[jQuery] Jquery + ExtJS 3.0

2009-08-23 Thread mikfig
Has anyone had any luck integrating Jquery and ExtJS 3.0? I downloaded the ExtJS 3.0 SDK and I have a page where I am trying to test out there grid functionality. So I included these javascript files: ext-all.js and ext-jquery-adapter.js I have taken a look in the Jquery documentation at the

[jQuery] Re: Jquery + ExtJS 3.0

2009-08-23 Thread mikfig
html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en head ... script type=text/javascript src=...jquery-1.2.6.pack.js/ script script type=text/javascript src=...jquery-ui- personalized-1.5.3.packed.js/script ... /head body ... div link type=text/css href=...ext-all.css /

[jQuery] Issue with setting click event functions in a for loop

2009-05-16 Thread mikfig
, mikfig