I have a jQuery layout and I want to trigger the mousemove and drag event of the resizer bar programmatically. There is some custom code that uses the event data of resize event resizing is done through the resizer bar.
I have tried jQuery trigger method to trigger the events and also tried changing the position of the resizer bar but resizing is not fired.
How can I trigger it?