DrupalBin
Submit Code
About
Recent Posts
Fix for Allow HTML in <i> node titles</i> for Drupal 6.x
Template Pre-proccessing
Testing Ubercart donation product
dave's menu screenshot
Code
Modify user profile page theme
Modify user profile page
Fix for Fix for Code
Fix for Code
Code
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
test
theme
user
views
more tags
Home
ajax
Fix for Fix for Drupal Ajax Submit with Web Forms
June 29, 2010 - 11:22pm — Anonymous
<?php
# put this in additional validation inside your form... and you can submit via AJAX!
ajax
webform
Read more
Fix for Fix for How to complete any webform submission via Ajax
June 2, 2010 - 1:20am — Anonymous
<?php
# Place the following code in your webform under the
# Advanced Webform Settings Field group inside of
# Additional Processing...
ajax
webforms
Read more
Fix for How to complete any webform submission via Ajax
June 2, 2010 - 1:19am — Anonymous
<?php
# Place the following code in your webform under the
# Advanced Webform Settings Field group inside of
# Additional Processing...
ajax
webforms
Read more
Fix for Progressbar demo
May 24, 2010 - 10:41am — Anonymous
<?php
/**
* page callback for javascript
*
* Normally I'd just include a javascript file
* but I wanted to put all the code in one file for this demo
*
*/
function
progresbardemo_javas
ajax
javascript
Read more
Fix for Progressbar demo
May 11, 2010 - 2:37pm — Anonymous
<?php
/**
* page callback for javascript
*
* Normally I'd just include a javascript file
* but I wanted to put all the code in one file for this demo
*
*/
function
progresbardemo_javas
ajax
javascript
Read more
internet explorer ajax issue
April 27, 2010 - 4:54am — Anonymous
=====
form_alter...
// ahah Category tags suggest
if
(
$form
[
'taxonomy'
]
[
19
]
)
{
$form
[
'taxonomy'
]
[
19
]
[
'#suffix'
]
=
'<div id="mysuggest_taxonomy_suggest"></div>'
;
$form
[
'taxonom
ajax
internet explorer
Read more
Ajax Submit callback
April 14, 2010 - 3:16pm — Anonymous
/**
* Newsletter ajaxsubmit submission handler.
**/
my_js_callback_function
=
function
(
target
,
data
)
{
var
messages
=
$
(
'div.messages'
,
target
)
;
if
(
messages
&&
!
messages.
hasClass
(
'error'
)
ajax
Read more
Re:
March 22, 2010 - 5:46am — Anonymous
People have a lot of important deals but in spite of of it they still have to accomplish the summary essay.
ajax
webform
Read more
Fix for Fix for Drupal Ajax Submit with Web Forms
March 22, 2010 - 2:12am — Anonymous
<?php
# put this in additional validation inside your form... and you can submit via AJAX!
ajax
webform
Read more
Fix for Fix for Drupal Ajax Submit with Web Forms
January 18, 2010 - 4:49am — Anonymous
<?php
# put this in additional validation inside your form... and you can submit via AJAX!
ajax
webform
Read more
1
2
3
4
next ›
last »