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_el
element 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 | Iftrue
element with id:out_el
will be replaced by AJAX-response