I want to use the " Accordion " function from the jQuery library.

There is a link to the style sheet involved in this example at:

link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css"; 

How can I see this style sheet or set my own so that the accordion function works?

  • The question is not clear. You have some mistake in the last sentence, or it does not reveal the essence of the problem, re-read your question and describe it in more detail. - mJeevas February

1 answer 1

In order to see this style sheet, it is enough to copy this link in the address bar of the browser, and from there you can already upload it to the IDE.

  • Please tell me what is IDE? - SvArt713
  • @ SvArt713 This is an integrated development environment, in other words, this is the editor in which you write the code, if this is just not a regular notepad. In the web sphere, for example, Sublime Text, WebStorm, Notepad ++ and others are popular. - newbie
  • That is, copy the code from the developer panel? - SvArt713 6:54 pm