Read more

An Id is unique.

… or at least should always be treated as such. There is no official function in Dojo for generating a unique ID, though is a very common task, and very simple to accomplish. In this ultra short cookie, we’ll create a reusable function for just this use case.

Read the rest of this entry »

Read more

jsId, dijit.byId() and dojo.byId()

A common question new users of dojo have is what is the difference between jsId, dijit.byId() and dojo.byId().

Read the rest of this entry »