Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 487 Bytes

File metadata and controls

21 lines (13 loc) · 487 Bytes

WebPlatform

[عربي]

[Back]

Javascript Functions and Variables

These elements can be accessed from Javascript, which is useful for dealing with 3rd party libraries written in Javascript.

pushLocation

function pushLocation(url);

A function to add a path to the browser's history. This function allows changing the browser's address without reloading the page. This is equivalent to Window.pushLocation Alusus based function.