Namespace: ZUtils

ZUtils

Methods

<static> Ajax(aUrl, succesCB)

Send ajax get request
Parameters:
Name Type Description
aUrl type the url
succesCB type success callback

<static> AjaxPost(aUrl, aData, succesCB)

Send ajax post request
Parameters:
Name Type Description
aUrl type the url
aData type post data
succesCB type success callback

<static> GetAnchor() → {String}

Get the anchor tag in the url ( #anchor )

<static> hide(htmlElem)

Hide an html DOM element
Parameters:
Name Type Description
htmlElem Object the html element

<static> show(htmlElem)

Show an html DOM element
Parameters:
Name Type Description
htmlElem Object the html element