Is there a way to assign a dynamic width value to an element?
Here is the code I am using:
$(".menu_list_item").css({
width: width + "%"
});
Unfortunately, this doesn't appear to be functioning correctly.
If anyone has any suggestions or solutions, it would be greatly appreciated.