0
votes
1answer
19 views

JQuery Mobile.js for drupal 7

I'm attempting to add the functionality of jQuery's Mobile.js to allow for the vclick event. I already have a website in place. What would be the easiest way to add this functionality for an admin ...
-1
votes
1answer
26 views

Link static HTML, Javascript and CSS3 in a Drupal Site

I am trying to have collaborative development of a HTML5 web app which people could navigate too through my drupal site. I was planning on putting the html, JS and CSS3 files in my sites/default/files ...
0
votes
1answer
61 views

Add html code to a content block

I need to insert an html code into a content block. As the html code has some javascript links and css, I've done a module to include all the references in the .info file. The problem is that I don't ...
1
vote
1answer
19 views

Drupal Webform Customization

I'm using drupal 7, and I'm having a lot of trouble using the webforms. I have a set of radio buttons, but each radio button needs to have an associated input field with it. Code example: <input ...
0
votes
0answers
22 views

How to import css javascript & HTML into block? [duplicate]

Is there anyway to import my css and javascript external files into HTML block? I really try to make css and js inline with HTML but Drupal stripe the tags, thus i try syntax highlighter and cpn but ...
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 ...
0
votes
0answers
121 views

custom drupal block, jquery to replace links and images inside divs

Been pulling my hair out on this one, would appreciate any help. Got a custom drupal 7 block which displays 6 box's side by side, 3 on one row and 3 below. each box contains one image and a text url ...
2
votes
1answer
298 views

How can I pass proper querystring when Search from Drupal using my custom search box?

I have this search form in my drupal site. <form id="mysearch" method="get" action="<?php echo $base_url.'/search/node/'; ?>"> <input type="text" maxlength="150" id="search" ...
0
votes
1answer
166 views

How to add java script in a content type: article or blog or basic page

I need to add following kind of java script and html element in one of my computer programe coding tutorial article: what I want to add a java script + html to create a text box to add function to ...
1
vote
0answers
182 views

JavaScript snippet displays twice in a block (HTML comments problem)

I have an ad block with the code served by custom installation of OpenX. Code is presented abridged below. <!--/* OpenX Javascript Tag v2.8.9 */--> <script ...
1
vote
2answers
705 views

Displaying arbitrary HTML (or webgl) inside a Drupal frame (Drupal 7)

I would like to have a page inside my drupal site that would show a webGL Canvas but it seems that Drupal tries to shield its user from doing any direct HTML hacking on a page. How would one embed ...