Sly
I don't break the rules I bend them.
- Oct 28, 2016
- 246
- 38
An error I've been trying to resolve but no success, any ideas what could be causing this mixed content?
I have disclosed images below to assist further
jquery-latest.js
I have disclosed images below to assist further
You must be registered for see links
You must be registered for see links
jquery-latest.js
Code:
// Support: Chrome 23+, Safari?
// Target should not be a text node (#504, #13143)
if ( event.target.nodeType === 3 ) {
event.target = event.target.parentNode;
}
Last edited: