TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dip vyas
NA
227
37.8k
string value range slider using jquery
Aug 9 2019 4:19 AM
var values = [68, 69, 70, 71, 72, 73, 74];
$(
"#price_range2"
).slider({
min: 68,
max: 74,
values:[74, 68],
slide: function( event, ui ) {
$(
'#price_show2'
).text(String.fromCharCode(ui.value));
$(
'#hidden_minimum_price2'
).val(String.fromCharCode(ui.values[0]));
//alert(String.fromCharCode(ui.values[0]));
$(
'#hidden_maximum_price2'
).val(String.fromCharCode(ui.values[1]));
filter_data();
}
i created this but it only work in character.
Reply
Answers (
3
)
How to set paging in kendo grid ?
date format in jquery