DrupalBin
Submit Code
About
Recent Posts
float?
1 hour 41 min
ago
views handler
5 hours 11 min
ago
Code
5 hours 27 min
ago
Code
5 hours 28 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
JS that makes IE crash…
View
Download
Fix
May 18, 2008 - 6:02pm —
Wim Leers
cfg.
context
=
function
(
configId
)
{
if
(
configId === undefined
)
{
return
$
(
'.hierarchical-select-config-form'
)
;
}
else
{
return
$
(
'#hierarchical-select-config-form-'
+ configId
)
;
}
}
;
javascript