[jQuery] Re: Cycle - Goto (or) pagerAnchorBuilder (or) Something Else......Confusion

2009-02-17 Thread tw.gene...@gmail.com
hi, first - yoy have error in href (on small image -> right now it's href="$(") - anyway, that not the reason of your problem. what you've writen is code that show #insideContainer_detail div. you've create couple of divs with the same ID, and that's the reason of your problems. the idea could b

[jQuery] Re: blockUI over flash content

2009-02-17 Thread tw.gene...@gmail.com
> > that's it - thanks a lot.

[jQuery] Re: Basic question document.ready

2009-02-17 Thread tw.gene...@gmail.com
hi, (function($) { // in here you can write your code with no conflict to other libraries })(jQuery); it's the same as: (function($){ //... })(jQuery.noConflict()) $(document).ready(function () { is rather binding function to an event, and that function will be executed whe

[jQuery] blockUI over flash content

2009-02-17 Thread tw.gene...@gmail.com
Hi, is it possible to execute blockUI over flash content? Right now, default call $.blockUI() makes that overlay surface appera over html entries, but under flash content. I've been testing few "basez" paramteres - no success. Is it possible, that the only one solution t to hide flash content ma