Porting this to D7 could be great to have this element type! JQ UI library already in core
Also there's a Interval field module http://drupal.org/project/interval for D7 I think it could be useful to have this kind of widget for.

Comments

andypost’s picture

I filed issue in interval field #1397220: Integration with jSlider Forms API

spleshka’s picture

Thanx Andy. It will be ported to D7 very soon.

spleshka’s picture

Version: 6.x-1.0 » 7.x-1.1
Status: Active » Fixed

Ported.

andypost’s picture

Version: 7.x-1.1 » 7.x-1.x-dev
Status: Fixed » Needs work

I'd like to point http://drupal4hu.com/node/314 which explains the way

Also last line in .js should be

- })(jQuery);
+ })(jQuery, Drupal);

to describe both dependencies

andypost’s picture

Searching for parent could break behaviour with code

// Get container
  66         var $slider = $(this).parents('.transfer-slider');

suppose code should be a bit re-factored to allow script work in actual context

code hunk at http://drupalcode.org/project/jslider_form_api.git/blob/a789531:/jslider...

Looks strange and I see no settings usage in behaviour

spleshka’s picture

Version: 7.x-1.x-dev » 7.x-1.2
Assigned: Unassigned » spleshka
Status: Needs work » Fixed

Fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.