Page 2 of 2

Re: CreateMenu and style

Posted: Mon Sep 21, 2020 8:31 am
by Peter

Code: Select all

! $(".dijitMenuBar").css("background-color", "black");

Re: CreateMenu and style

Posted: Mon Sep 21, 2020 8:50 am
by saboteur
Dammit, that's really frustrating.

How did you find that ? I went throught the inspector in firefox and couldn't even see that.

Thanks again peter, you clearly know your stuff.

Re: CreateMenu and style

Posted: Mon Sep 21, 2020 9:10 am
by Peter
saboteur wrote:How did you find that ? I went throught the inspector in firefox and couldn't even see that.
I personally find it easier to work with the developer console of Chrome (here: Microsoft Edge Chromium).

Image

Re: CreateMenu and style

Posted: Mon Sep 21, 2020 9:24 am
by saboteur
Good tip and thanks for the info :D

Re: CreateMenu and style

Posted: Mon Sep 21, 2020 11:06 am
by Kurzer
Peter wrote:@Markus: $ is the short form of a jQuery command that you can use in SpiderBasic
Great, thank you Peter.