If I want to close an ajax-fetchet div?

If I want to close an ajax-fetchet div?

When i've loaded the Add_FAQ.php in the div #Add_FAQ... I wont to have a link to close, how do I do that?

  1. <a href="#" id="Add_FAQ_Trigger"><font class="Headline">L&auml;gg till fr&aring;ga</font></a>
  2.     
  3. <script>
  4. $(document).ready(function() {
  5.   $("#Add_FAQ_Trigger").click(function () {
  6.     $("#Add_FAQ").load("includes/pages/Add_FAQ.php");
  7.   });
  8. });
  9. </script>

  10. <div id="Add_FAQ"></div>
    • Topic Participants

    • john