how to find the width of a div using jquery code example Example 1: jquery get element width $('#element').width(); Example 2: get width of div jquery $("#divId").width();