Trim string setelah - di jQuery

var str = "example.com/hello#item1".split('#')[0];
Ankur