Swipebox jquery plugin gives error in IE7 when any attached image is click (to show it in popup modal box). The error specifically points to jquery.swipebox.js in Line:815, saying: 
Object doesn't support property or method 'trim'
On Line: 815 the code is as below:
loadMedia : function ( src, callback ) {
    // Inline content
    if ( src.trim().indexOf('#') === 0 ) {       // <=== Line:815
        callback.call(...)