Hi Marina,
I have a group scroller, heres a s/s
this is the code (kindly supplied by Joe) is on page load and popsup when textinput is clicked.
code< 21 ; i++) whl3 = ""+i;
var newwhl = JSON.stringify(whl3);
$(function(){
var whl2 = {'Car-Parts':'Car Parts',
'Car-Engines':'Car Engines',
'Mixed-Load':'Mixed Load',
'Other':'Other'};
var wheel = [{},{},{}];
wheel[0]['#Items'] = whl3;
wheel[2]['#Load'] = whl2;
wheel[1]['Packaged'] = whl1;
$('#j_16').scroller({ // ,
wheels: wheel,
height: 25
});
}); code
I dont know if its possiblle but can we populate these scrollers from db.
thx/code/code