jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions.
0
votes
1answer
24 views
jQuery gallery with imageFUpload
here's the code of kartinkin.php file:
<?php
$node = node_load(707);
node_view($node);
//$index = $_GET['index'];
//dpm($node);
?>
<script type="text/javascript">
...
1
vote
0answers
7 views
How to do a “Corner Stamp” with Masonry Views?
I am building a jQuery Masonry based website, and have content listed as responsive Masonry bricks thorugh Masonry Views.
I need to be able to insert a so called "Corner Stamp" (a static right ...
0
votes
0answers
9 views
Using .js maphilight module and trying to trigger a hilight from an external element
We are using the Drupal Module .js Maphilight to create an image map. I should be able to give each a unique id and then call that same id elsewhere to trigger the hilight externally (i.e. from a ...
0
votes
0answers
11 views
Modules/Methods for Faster Data Entry
I have an unlimited-cardinality text field on a node that users need to enter 50-100 values on. Right now, the user has to type in one value, click "add another item", and then click inside the text ...
2
votes
1answer
38 views
jQuery effects with exposed filters
I am trying to produce a view with exposed filters, where:
The options are listed as text links, like a menu
The page automatically updates when a link is clicked
jQuery effects appear to seamlessly ...
0
votes
0answers
30 views
Drupal 7 - CSS not loading in IE, js error 'jQuery not defined'
CSS isn't loading in IE only. I have the css and js files compressed. Only in IE i'm getting several js errors, starting with the error 'jQuery not defined'. The website is http://pattersoneng.com
1
vote
4answers
40 views
How to get jquery working on Drupal 7 - for Newbies
I have been reading many tutorials online on how to get jquery working on drupal 7.
Although there are many lines of code and examples, what i cannot find is what piece of code to put where (maybe it ...
1
vote
2answers
37 views
Moving a div down if a zone is present using jQuery
I'm trying to move a <div> down if a zone is present, but I'm having a little trouble targeting the right classes, etc.
// See http://jsfiddle.net/xgbzm/.
(function ($) {
if ...
0
votes
1answer
27 views
Gallery Jquery Pager
I have created a "partners" block in the rightmenu of my theme .. it works perfect and all, but it shows only 6 partners (set from views settings) with newest first .. now my problem is i want to have ...
0
votes
1answer
38 views
How to open jquery dialog on menu click
I would like to open a jquery dialog that asks a question before taking the user to the desired page (ie do some page set-up before they get there). The catch here is that I would like to open the ...
0
votes
0answers
7 views
Sortable Grid Views plugin not saving
I'm using Drupal 7 and Sortable Grid View plugin Created a view and:
Format: Sortable Grid
Sort Criteria: Sortable Grid: Rank (asc)
When i sort my items and Save button, get this text: Order Saved ...
0
votes
2answers
23 views
jQuery Draggable plugin integration with Views 3
I want draggable and sortable contents by admin. So, installed jQuery UI and put this code in my main.js:
$(function() {
$( ".panels-flexible-region" ).sortable({
revert: true
});
...
1
vote
1answer
19 views
Drupal 7 views admin redirecting to json returned after changing jquery version
I have installed the seven theme on the admin side and blocks theme on the user side...
after getting alot of errors from multiple files adding jquery library, i have removed the extra files and ...
0
votes
1answer
19 views
Custom basic .js from theme dir prevents Splashify module from working
I am using latest Drupal 7 with latest Splashify version. Splashify (Splash in D6) is a simple module that uses jStorage js (from libraries/ dir) to add a splash/intro page for your Drupal site. So ...
0
votes
2answers
60 views
drupal webform sliding radio button
I m trying to build a form that has questions with radio button answers when someone clicks on a radio button the next question comes up and it should have a next and prev button is there any php code ...