http://jsfiddle.net/dS4r3/24/?q=hsbc
What this code does is it takes the referer of the page and if it contains one of the keywords that u see there it fills in with content that particular div (it also shows it)
As you can see it works fine when you click there and the div appears and its filled with that content containing the keyword "hsbc". In short, the function is being executed.
Now the problem is when i implemented the exact same code here, the function doesnt seem to execute: http://segurosendirecto.com.ar/cotizador-de-seguros-auto/?kw=hsbc
Things I've tried so far and didn't work :
- update jquery
- remove every other script just to make sure its not conflicting with this one.
Why is it not working on the second link?