[jQuery] jqModal problem

2009-09-20 Thread Dennis Madsen
I'm trying to use the jqModal plugin on my page: http://dev.iceburg.net/jquery/jqModal/ Here is a sample showing my problem: http://dennismadsen.com/uploads/modalTest/ If you see this example in a IE6 or IE7 or IE8 in compatibility mode, you will see, that the the modal box is not 100% opacity.

[jQuery] jqModal problem

2009-06-20 Thread Popo
Dear, I'm using jqModal like code below : $(document).ready(function(){ $("#example").treeview(); $('#dialog').jqm(); $('a.jqModal').click(function(){ var e = $(this).text(); $.get("tab_rule.php", { keygroup : e }, function(data){

[jQuery] jqModal problem in firefox not firing ready

2009-01-08 Thread Kid_Niki
Hi everyone, I have a basic jqModal page: --- ... blah blah # Close Please wait... ' ... blah blah

[jQuery] jqModal problem with IE6

2008-07-06 Thread Arnold
Hello! For the past 3 days I have been staring at this problem and I can't get a grip on it. I am using this code in my js: $('.opmerking').click(function(){ var a = "#test" + $(this).attr("title"); $(a).jqm({ onShow:function(h) { h.w.css('opacity',0.9

[jQuery] jqModal problem with IE6

2008-07-06 Thread Arnold
Hello! For the past 3 days I have been staring at this problem and I can't get a grip on it. I am using this code in my js: $('.opmerking').click(function(){ var a = "#test" + $(this).attr("title"); $(a).jqm({ onShow:function(h) { h.w.css('opacity',0.9