id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
946	Occurrence of // in strings in jquery.js causes problems with idiotic JS-filters	warp@…		"Some German cell-phone internet providers obviously employ absolutely stupid transparent proxies which filter .js Files to decrease the download size and seem to cut off everything in JS sources after //. jQuery's XPath Code contains the following line:

    if ( !t.indexOf(""//"") ) {

I wonder if this could maybe be rewritten to something like

    if( !t.indexOf(""/""+""/"")) {

or maybe

    if( !t.indexOf(""//"")) {

(I know, this is strictly speaking not a problem in jQuery itself, but it would be an easy work-around to not trigger such a filter. We already told the affected users to contact the cell phone provider, but it's not clear whether this will help)
"	enhancement	closed	major	1.2.4	core		wontfix				
