In order to create a website that is responsive, I choose to disable certain content in the mobile versions (or add content in the desktop/tablet version). By disabling this content, I can eliminate the need for including specific javascript files. This will ultimately help save bandwidth on the mobile page.
Is it feasible to implement this approach?