Trip String After - в jQuery

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