This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
phplee
Hi, Im using semantic UI and notices that ajax data- attributes aren't working because semantic use div to stye drop downs and not
Ascending
Javascript
$('#sort-products').dropdown({
onChange: function() {
console.log($(this).data('request-update'));
$.request($(this).data('request'), {
data: $(this).data('request-data'),
update: $(this).data('request-update'),
loading: $(this).data('request-loading')
});
}
});1-1 of 1