Frage

I know that the follwoing line used in jquery to set the property of guide_nav class. $(".guide_nav").css("display", "none");

Like that is there any way in dojo to set the existing style property of a class.

If there please give me a solution for that.

War es hilfreich?

Lösung

Umm did you RTFM??? :-) http://dojocampus.com/explorer/#Dojo_Query_Styling

dojo.query(".guide_nav").style('display', 'none');

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top