ajax

Events happening in the community are now at Drupal community events on www.drupal.org.
chrislynch42's picture

Track Book Collection Module.

I created a module to track my personal book collection. It has a fairly nice Web 2.0 interface which helps to reduce the number of clicks needed for data entry. Additionally I have integrated Google Books with it so that you can just enter the ISBN and it will automatically populate the local database with the books data from Google. You may very well ask why wouldn't I just use Google Books? Control, privacy and I started the module before Google Books existed.

Read more
alexrayu's picture

Panel calling view through AJAX

Hi. I am building a panel with tabs for a travel agency, that has a list of taxonomy of places at the left. When a user clicks on "Africa" in that list, ajax passes the term id to a view that is called by a php file. That php file then return the view to the javascript that puts it into a corresponding tab. This is the problem however: When a new view is loaded, its pager loses the URL and redirects to the front page. Is there a way to pass the current URL to the dynamically generated view for its pager?

--
Best regards,
Alexei.

Read more
nlambert's picture

Webform

Hi,

I'm trying to have webforms appear in thickbox and dissapear after submission using the Ajax Plugin.

I am using the three following plugins :

ajax 6.x-1.14
webform 6.x-2.9
thickbox 6.x-1.6

Having the form appear is no problem. However I notice the following :

1. If a "Confirmation Message" in the "Webform Settings" has been added, the Ajax "Remove Form After Submit" does not seem to work any longer. This might be the fact that Webform handles the "confirmation message" in a different manner than other messages using webform-confirmation.tpl.php.

Read more
darklrd's picture

[Final Proposal] Development of some functionalities of DXMPP Module

Proposal for Google Summer of Code 2010 - Shashwat Srivastava

Overview – Development of Multi User Chat functionality, alternate theme(s), alternate registration schemes, support for other modules and documentation for DXMPP Module.

Read more
loetmann's picture

Any experience with weborb for PHP?

Hi,
just for the summary: Looking for people with experience using the weborb server module for services.module.

Read more
Relia's picture

Using ajax in Drupal 6 for cheking field without username_check. module or ajax.module

Hello I'm dummy in Drupal!

I found a module which implement the function in AJAX that i want, but it only works in Drupal 5.X. I Prefer use it than username_check.module

What should i change in it, for working good???

this module contains 2 archives:

demo_user.module:

function demo_user_form_alter($form_id, &$form) {
drupal_add_js($module_path ."/demo_user.js");
if ($form_id == 'user_register') {
$username_verify_result = (div) class="reg_form_username" id="username_verify" style="display:none;")

Read more
carlmcdade's picture

Hur man visar Drupal noder med jQuery för AJAX och JSON

Häromdagen nån frågade mig om mina kunskap om JSON som en Restful Service format. Jag har också sett många frågor om hur man hämtar noder via AJAX och visar dem på en sida. Många är nyfikna på just hur man sätt igång med jQuery i Drupal moduler och templat systemet. Jag tog lite tid ut från arbetssökandet och skapad en demo modul som vissar allt. Instruktioner är in på kod kommentar så att enda du behöver är att klip och klistra för att börja med AJAX. Lycka till!

Read more
pronce's picture

Refresh view from block module via ajax (no exposed filter)

Hi there.
I'm working on an module which povides a form in a block to edit the filter settings of a view. I'm not using an exposed filter, because the form is updating itself via AHAH - selecting one or more categories in a multi select form populates another multi select box with items - and I don't know, if this would be possible with 'hook_form_alter()'.

Read more
mikeytown2's picture

AJAX Loading of any Block

For sites that like to use a cache to serve the full page (boost, drupal core cache, ect...), but still would like to have more dynamic content in a block; loading of blocks via ajax seems like a good way to accomplish this. I've already accomplished this with the boost module and I'm wondering if/how I should abstract this out to be a generalized solution.

Simple way

Below is the simple way to do it, for one or 2 blocks it works. For anything more then that it would probably have a negative impact since it's doing a full bootstrap for each block.

blocka.php

Read more
dark.o's picture

Lätt fråga om Views

Detta går fort. En nybörjarfråga som är svår att hitta svar på.

När jag jobbar med Views vill jag självklart att när man jobbar med olika inställningar, att dessa laddas under default settings innehållet, och inte i en ny sida. Just nu är det så här: klickar jag på t.ex "+" under "fields", laddar den om sidan och "Default - Add Fields" blir en ny sida, plus att jag inte kan sortera innehållet automatisk i rullgardinen som följer. Var ändrar jag till en mer ajax-liknande funktionalitet?

Tacksam för alla tips
darko

Read more
Subscribe with RSS Syndicate content