<div id="result"></div>
jQuery.ajax({
url: '//product.php',
type: 'POST',
contentType: 'application/x-www-form-urlencoded',
dataType: 'html',
async: true,
data: {
order_id: order_id,
},
complete: function() {
jQuery.await("close");
},
})
.done(function(result){
$('#result').html(result);
});
[].sort(function(a, b){return a -b});
Body padding required
The fixed navbar will overlay your other content, unless you add padding to the top of the . Try out your own values or use our snippet below. Tip: By default, the navbar is 50px high.
Copy
body { padding-top: 70px; }
Make sure to include this after the core Bootstrap CSS.
whereis nodejs
whereis node
overflow:hidden;
text-overflow: ellipsis;
white-space: nowrap;
$('a[data-link]').on('click', function(e){
e.preventDefault();
$('.popup iframe').attr('src', '/3d-model/' + $(this).data('link'))
});