Answer the question
In order to leave comments, you need to log in
Scrolling Dialogs JqueryUI?
Hello!
I made a call function using ajax of the jquery ui dialog, but I ran into a problem: I can’t smoke and view all the dialogs, namely, I want to make a quick view of the product, the function itself is this:
$.get( 'url'.json', function(data) {
$("#show_full").html(data).dialog({
<!--title : name,-->
zIndex: 90000,
modal: true,
width: $(window).width()*0.7,
height: $(window).height()*0.8
});
$('#show_full').append('');
}, "json" );
};
<div class="object_main">
<a class="group" href="#" onclick="show_full('12861'); return false;">Быстрый просмотр</a>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question