main
tamguo 7 years ago
parent 8b15b2ae9d
commit ceaaf7bbd3

@ -17,7 +17,7 @@ $(function(){
$(this).addClass("selected-quescontainer"); $(this).addClass("selected-quescontainer");
$(".queanalyse-wrap").show(800); $(".queanalyse-wrap").show(800);
$(".queanalyse-wrap").css("left", (document.body.clientWidth - 1200) / 2 + $('.question-box').width()+ 20); $(".queanalyse-wrap").css("left", (document.body.clientWidth - 1200) / 2 + $('.question-box').width()+ 20);
var dataIndex = $(this).attr("data-index"); var dataIndex = $(this).find(".queindex").text();
$.ajax({ $.ajax({
type : "get", type : "get",
url : mainHttp + "question/getQuestion/" + $(this).attr("data-id")+ ".html", url : mainHttp + "question/getQuestion/" + $(this).attr("data-id")+ ".html",

Loading…
Cancel
Save