WPIntell

Source evidence

JQuery error .live()

Student Result or Employee Database · support · 2019-06-29T22:29:00+00:00

mixedsentiment
mediumseverity
0.67relevance
1replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
azhunusbekov resolved
Hello! Thank you for your plugin but I have an error. In this site I have an error in jQuery plugin – jQuery(…).live is not a function. The page I need help with: [ log in to see the link] Adding the code below solved the problem. Resolved. jQuery.fn.extend({ live: function (event, callback) { if (this.selector) { jQuery(document).on(event, this.selector, callback); } return this; } });

Comments

1 shown
azhunusbekov 2019-06-29T23:49:00+00:00

Adding the code below solved the problem. Resolved. jQuery.fn.extend({ live: function (event, callback) { if (this.selector) { jQuery(document).on(event, this.selector, callback); } return this; } });