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.
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){
Hi everyone,
I have a basic jqModal page:
---
... blah blah
# Close
Please wait... '
... blah blah
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
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
5 matches
Mail list logo