Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

General

Javascript not working

Solved by Krzysztof Gal View solution

Started by rohan sharma 8 years ago · 6 replies · 1274 views
8 years ago

I wanted to make a simple modal from this link but the javascript part is not working. I added the html part in the markdown file (team.md) and made a custom css file which works but the javascript part is not working. I made custom.js file in the theme/js folder and added it to the base.html.twig:

{% do assets.addJs('theme://js/special.js') %}

where have I gone wrong??

8 years ago

@rohankaos:
but the javascript part is not working

That's not enough information! What happens? There must be a thousand ways this could be "not working". Your Twig looks fine BTW, I doubt that's the problem, but you can easily check and report back.

8 years ago

when i click on the modal nothing happens, thats it. It doesn't open the modal or does anything . I even tried to put alert command but it did not work.

8 years ago

also, you said there could be many problem for it not to work so i made a new pure blank theme, removed all contents and added the css and js file .. the css and html part works .. but the java again does not work.
I got an error in the browser console

Uncaught TypeError: Cannot set property 'onclick' of null

i figured out the solution for this error, but still js is not working. This error means that js file is being loaded and rendered, but then why is the modal not working ?

8 years ago Solution

Hi

Try put Your javascript into

JS
$(document).ready(function(){
   //modal javascript
});
8 years ago

nope, that did not work. I will put my js file and base.html.twig in a sec.

Suggested topics

Topic Participants Replies Views Activity
General · by Jerry Hunt, 4 days ago
2 82 11 hours ago
General · by pamtbaau, 17 hours ago
1 55 16 hours ago
General · by Andy Miller, 1 day ago
0 45 1 day ago
General · by Marcel, 12 months ago
6 348 5 days ago
General · by Duc , 5 days ago
3 43 5 days ago