문제

I want to reload my page, or get the data from my popup result, but I have no clue how. I try to reload the page using:

<script type="text/javascript">

$(function() {
  $.nyroModalSettings({
    endRemove: function() {
      window.location.reload();
    }
  });
});

$(function() {
  $('.nyroModal').nyroModal();
});

</script>
<a href="test.php" title="Test" class="nyroModal">Test</a>

But when I use this, the popup does not 'pop-up' at all anymore, it simply opens the test.php in the same window.

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top