I am using jquery-ui-resizable plugin in my project.
By default when you make a DOM Object jquery-ui-resizable the resizable handle will appear on right-bottom corner, I need the re-sizable handle on left-bottom corner.
— EDIT —
One more thing, it should not be re-sizable using right border but should be re-sizable using left border.

You should use the
handlesThis will create the Handles on the side you specified. Default values are
Code examples
Initialize a resizable with the handles option specified.
Get or set the handles option, after init.