D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
test
/
public
/
js
/
Filename :
manager_neworders.js
back
Copy
$(function () { $('.open_id').click(function(){ var data = $(this).attr("data_id"); var res = data.replace("#modal", ""); $('#data_id_'+data+'').hide(); console.log(res); $.ajax({ data: "id=" + res, url: "/manager/ajax/neworder", type: "post", success: function (data) { $(".modal-content").html(data); $("#myModal").modal("show"); }, error: function (msg) { $(".modal-content").text("Some error! Please, try again with small picture or crop this one."); } }); }); });