Jquery extension for creating JavaScript user interface improvements.
1
vote
1answer
29 views
how to alter block subject html tag?
I am trying to change the <h2> tags that block.tpl.php uses to wrap <?php print $block->subject ?> to <h3> tags so that I can target them with jQuery UI Accordion. I've got the ...
1
vote
2answers
74 views
How do I programmatically close a simple_dialog window
I'm in D7
I open a simple dialog window with the simple dialog module, and i want to close the dialog programmatically.
I've tried this
// not working !
...
0
votes
0answers
50 views
jQuery functionality lost from some modules after migrating to new host
My site was running good until recently. Suddenly none of the modules were able to use jQuery on the site. I came to know about this when I logged in as admin and my Nodequeues were not working.
The ...
1
vote
2answers
146 views
Disable jquery.ui.theme.css only for front end?
I'm using jquery tabs on my page but they loaded some default styles that I didn't want. Thus I removed them with the following code:
drupal_add_library('system', 'ui.tabs');
function ...
0
votes
0answers
81 views
Facet display widget: Min/Max UI Slider doesn't show properly
I have a facet search block which Display Widget is set to Min/Max UI Slider. But the slider is not shown. Please look a the pictures. How can I trace the problem?
The facet works fine, it is just ...
2
votes
1answer
129 views
jQuery ui embedded calendar on a drupal 7 form
I have a drupal 7 custom form written in PHP where the user can add periods of time to define his/her availability. Created periods of time are showed in a tableselect list with a button to delete ...
0
votes
1answer
87 views
jQuery_ui slider doesn't load for anonymous user
In my recent drupal 7 install... I've installed jquery_update. I configured it, and added a little module with a js.
jQuery_ui is not loaded for anonymous use. I've done some researches on the web ...
0
votes
2answers
102 views
Problem with jquery or jquery ui (animating color)
I have found a jquery code which animates colors. I made a fiddle from it (after minor change), and it's working perfectly on jsfiddle:
http://jsfiddle.net/kFuzp/
Unfortunately, it's not working on ...
0
votes
1answer
178 views
Views Accordion not working when other Jquery plugins are used
I am having problem with Views Accordion when I am using Views Accordion and the Isotope Jquery plugin both on same page.
Isotope Jquery plugin seems to be working fine, but the Views Accordion looks ...
0
votes
1answer
239 views
How to use ajax_command_invoke() with an argument that's a JavaScript object?
I'd like to use ajax_command_invoke() to enable jQuery UI Droppable when returning from an AJAX request.
If I run the following command from the JavaScript console, jQuery UI Droppable is properly ...
2
votes
0answers
107 views
total sum of textfield values of field collection(with unlimited values) in another field out of field collection in same form
I am creating a form. it has a field collection. it has a field age in field collection that can be filled unlimited times in single form. I want to add the total of those field values(age) in another ...
2
votes
1answer
225 views
jQuery effect after pressing button
Drupal 6. I try to add jquerry effect after pressing button
$(function(){
$('.node-add-to-cart').click(function() {
$(".prod-pic").effect("transfer", { to: $("#block-uc_cart-0") }, ...
0
votes
2answers
222 views
How to create popup for email link with major email provider links?
Check out this new feature craigslist implemented. WHen you click on this button (like in the link below) that says "reply to this post", it pops up with this popup that shows the different email ...
1
vote
1answer
998 views
Adding jQuery to Drupal 7 site: drupal_add_js() adds but doesn't call?
I'm using jQuery accordion effects to display some information. I include the libraries:
drupal_add_js('http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js', file);
...
0
votes
3answers
463 views
How to change order of javascript files in Drupal 6?
I would like to change the order of my javascript files, and specifically move the jwplayer.js file so that it gets included after the jquery_ui*.js files. Does anyone know how to do this? I see how ...
0
votes
0answers
273 views
$.widget is not function, error comes while creating tabs in node.tpl.php [closed]
I am creating Jquery UI tabs on node.tpl file.
All the required files are added but then also there is an error:
$.widget is not a function filepath on line 695
The following is my HTML code. I ...
0
votes
0answers
476 views
Input values updated with jQuery are empty in hook_submit
I'm using Drupal 7 and have created a form that contains textarea input boxes which are setup as jQuery UI Dialogs/Modals. When clicking a checkbox, the dialog opens, displaying a textarea. After ...
0
votes
0answers
213 views
Building a simple dialog with 2 choices on button click
i am quite new with JS, Jquery UI experimentation.
I know the basics of Drupal 7 and i am working with some cool new functionalities on my personal website.
The latest one i would like to introduce is ...
1
vote
2answers
569 views
enable jquery ui effects in theme .info file
Now I should add something like <?php drupal_add_library('system', 'effects.bounce'); ?> to my page.tpl.php to enable jquery ui effects to use in views_slideshow_cycle module.
is there anyway ...
2
votes
3answers
156 views
Implementing jQuery-UI tabs
I have all my js files in a folder under my custom theme:
htdocs/themes/<mytheme>/js
I load all these js files in 'mytheme.info' in this way:
scripts[] = js/<script1.js>
scripts[] = ...
0
votes
1answer
264 views
modules for building ajax application and friendly urls?
I'm building an ajax application using drupal 7, i found a module with some help ajax_nodeloader, but also i need load panel pages, views, etc.
Until now i'm overriding template theme file (zen) for ...
1
vote
1answer
2k views
Registration form in a popup window (colorbox or jQuery ui)?
How to embed a registration form in a popup window.
I would like to use colorbox or jquery ui:
drupal_add_library('system', 'ui.dialog');
Thanks in advance!
0
votes
0answers
572 views
jquery ui not found in drupal 7
although jquery ui goes to core of drupal 7 , but when we use a plugins like sortable or draggble it return error to us,
in drupal 6 we have this
jquery_ui_add(array(
...
3
votes
0answers
93 views
draggable tabs with quicktabs
i want have a quicktab block with draggable tab feature in drupal 7
quicktabs module
i read somethings about jquery ui draggble plugin
please help me about this work than how i can have draggable ...
1
vote
1answer
593 views
jQuery error “C is undefined” while making ajax call for pagination in Drupal 6
I am using Ajax for pagination for a form in Drupal 6 project. It is working fine on my local machine with default theme but on live server it gives me an error and generates another pagination links ...
0
votes
3answers
4k views
jQuery Uncaught TypeError: Object #<Object> has no method 'on'
I downloaded a jQuery Lightbox2 library (not module, just a raw library) and added the following in my custom module:
drupal_add_js($libpath . '/js/jquery-ui-1.8.18.custom.min.js');
...
0
votes
1answer
945 views
JQuery FadeIn effect and Omega Theme
I am trying to use the fade in effect in Drupal when I load a page.
In my Omega sub-theme I have included the following line in its .info file.
scripts[] = '/js/custom.js'
In the script, I have ...
2
votes
1answer
453 views
How to display multiples jQueryUI progressbars in a page in Drupal 7?
I am developping my personnal website with Drupal 7. I would like to show a progressbar for each of my skills, but with differents values.
For exemple, I would like to see a progressbar under (or ...
0
votes
1answer
2k views
Jquery UI Dialog attempt to submit a form using AJAX redirects me to the actual form page instead of AJAX submitting
I have a form and I want to do the following
Click a link to popup a modal JqueryUI Dialog window
Load into this window, via AJAX, a Form
Submit the form via AJAX
Upon successful submission, Close ...
2
votes
2answers
466 views
Adding jQuery UI selectmenu() to Drupal form
I'm trying to add a styling to the select form elements in my Drupal form using jQuery UI. I'm using Drupal 7 so the usual way to add jQuery UI would be something like this:
...
2
votes
1answer
227 views
How to know if jQuery UI is being included
Is there a good way of checking for if jQuery UI is being included on the current page request?
Found drupal_get_library(), and drupal_add_library(), but neither of them allows me to check if it is ...
0
votes
2answers
889 views
Module for Integrating jQuery UI Multiselect Widget
I am using the jQuery multiselect widget on another non-Drupal project and I would love to be able to use it with CCK in Drupal 7. I have found this module for CCK multiselect but it is not exactly ...
1
vote
1answer
102 views
including jquery.ui 1.6 directly from theme.info
It is possible? because i've tried to include jquery ui library through drupal.org/project/jquery_ui module (followed instructions in readme.txt) but that library won't show up in source code. What's ...
5
votes
4answers
6k views
Using Drupal 7 built in jQuery UI in my theme
Every page of my theme will need to use jquery ui. I know it's included with Drupal 7, but I can't really decipher Drupal's way-too-technical documentation. It looks like the only way to do it is ...
0
votes
2answers
2k views
Drupal 7 - Jqueryui, ajax, json integration - getting them all connected!
I am somewhat new to drupal and working on creating a module that implements a jqueryui slider that sends a numeric value via ajax call to a php function in my custom colorslider.module file. ...
1
vote
2answers
617 views
view slideshow not working
I created a view block and a content type "slideshow image" with "title" and "image" specially for slideshow.
In this block only images of "slidshow image" content will appear.
And i added up five ...
0
votes
1answer
93 views
Is there something like the File Tree module that provides filename reverse sort options and jquery accordion effects?
And if not, what's the best way to achieve something similar?
I guess the task is: what's the best avenue for obtaining, configuring, or creating a general file browser that is easily and highly ...
0
votes
1answer
645 views
Where do I add a jQuery UI in Drupal 7?
I have a view where I want to use the jQuery UI slider.
For the moment, I've just put the following in my template.php:
drupal_add_library('system', 'ui.slider');
This doesn't feel right.
Is ...
1
vote
2answers
538 views
Using CDN for jQuery and jQuery-ui with Drupal 6
For my Drupal 6 site, I'd like to get the latest jQuery and jQuery-ui scripts from the Google CDN. Although this seems like something that many people would want to do, it seems that it is not so ...
2
votes
1answer
658 views
jQuery Dialog, passing html to dialog
I am looking for a method to pass html to jquery dialog. Without success.
I try:
Drupal.jqui_dialog.html(messages);
And
Drupal.jqui_dialog.open({
data : messages
}); ...
3
votes
1answer
2k views
How do I correctly add jQuery UI widgets?
Im using Drupal 7, which ships with jQuery UI. I need to have Accordion only on the homepage. jQuery will not just let me download Accordion and then use drupal_add_js().
Do you have any ...
2
votes
1answer
2k views
Best way for including javascript/jQuery OnLoad in EVERY page on my site
Currently, in my theme.info file I am including 2 scripts:
scripts[] = js/backstretch.js
scripts[] = js/scripts.js
Backstretch is a jQuery plugin that allows for an expanding background image to ...
3
votes
4answers
4k views
jQuery UI theming
I want to use in my module custom jQuery UI theme from the themeroller.
What is the best way to do it?