shower(p, load_el, out_el, append, restore, remove, popup_out, callback, caching, replace)
This function sends GET request via AJAX without History.pushState() (no change to URL).
p- string | URLload_el- string | Loader output element IDout_el- string | AJAX-response output element IDappend- bool / string('prepend') | Append or Prepend toout_elelement IDrestore- bool | Restore content in Loader (load_el) element after AJAX-request is doneremove- string | Element ID to remove after AJAX-request is donepopup_out- string / boolcallback- string / function | Callback function after AJAX-request is successfully donecaching- bool | JS-caching for current requestreplace- bool | Iftrueelement with id:out_elwill be replaced by AJAX-response