D
D
Dmitry2014-02-24 19:51:47
JavaScript
Dmitry, 2014-02-24 19:51:47

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" );
};


Accordingly, the html looks like this:

<div class="object_main">
<a class="group" href="#" onclick="show_full('12861'); return false;">Быстрый просмотр</a>
</div>

and so on

In general, it is required, as I understand it, to get all id and use them.
I hope everything is clear. As an option, if you give an example of a quick view, it will also be good.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question