Tagged Questions
0
votes
2answers
50 views
How to load one certain js before all others?
We are struggling around here with SVG in IE8. Amongst other approaches we'ld also like to try the SVG Web Toolkit. In it's quick start guide they say:
To use SVG Web, you must drop a script tag ...
-1
votes
2answers
125 views
Javascript cost calculator
I used JavaScript to construct my calculator, and I'm wondering how to get it to work.
I've tried drupal_add_js(), but it didn't work. I've tried two different modules that incorporate JavaScript, ...
1
vote
1answer
114 views
Why won't JS fire on ubercart checkout page and how do I fix?
I need some custom JS (jQuery to be precise) to run on ubercart's /cart/checkout page. I turned off JS optimization and tried adding it to several different files that are already loading and the JS ...
0
votes
1answer
170 views
How to pass PHP variable to javascript in Drupal 7
Javascript works fine, but i need to get my_var variable from module. At the moment its not working.
Clear my page cache and browser cache several times.
The variable 'my_var' is showing value on ...
0
votes
0answers
46 views
Addng Javascript files
Another question for you guys. Let me first explain that I am adding javascript files the way I think they are supposed to be added, by putting them in my template file using drupal_add_js. However, a ...