Top "Dojo" questions

Dojo Toolkit is an open source modular JavaScript library designed to ease the rapid development of cross-platform, JavaScript/Ajax-based applications and web sites.

Dojo Toggle Hide and Show Divs

I've done some searching and come up with a lot of mixed results for using Dojo to toggle divs showing …

toggle visibility dojo
Warning : The page index.html ran insecure content

I deployed my application on google appe engine. My web site use Dojo with the template claro. When I run "…

javascript html google-app-engine dojo
Setting the value (selected option) of a dijit.form.Select widget

I have a dijit.form.Select widget. It's tied to a data store, if that matters. It's filled with several …

javascript dojo
Remove all child nodes

How to remove all child nodes from <div id="test"></div> using Dojo or plain JavaScript?

javascript dojo
REST vs. RPC in PHP

I'm building my own Ajax website, and I'm contemplating between REST and RPC. If my server supported Servlets I'd just …

php json rest dojo rpc
Dojo and unregistering widgets

I am new to the Dojo Toolkit. I'm getting the error Tried to register widget with id=myButton but that …

dojo widget toolkit
how to catch ALL javascript errors with window.onerror? (including dojo)

this question is a follow-up to javascript: how to display script errors in a popup alert? where it was explained …

javascript error-handling dojo
How to get the "value" of a FilteringSelect <select> in dojo?

I am using dijit.form.FilteringSelect to provide a way to select values from a <select>. The problem …

javascript html forms dojo
Javascript form.submit() not working in Firefox

There are several questions/answers on this here, here and here and elsewhere, but they all seem JQuery specific and …

javascript forms dojo
How to copy a DOM node with event listeners?

I tried node.cloneNode(true); // deep copy It doesn't seem to copy the event listeners that I added using node.…

javascript dom dojo