How to add some extra tasks to a function of a library file (ex : Jquery Tag-it) without changing the source file
which is gonna perform by adding that library file rather than calling that function
How to add some extra tasks to a function of a library file (ex : Jquery Tag-it) without changing the source file
which is gonna perform by adding that library file rather than calling that function
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jefferson S. MottaPosted Jan 26, 2023, 2:39 PM
You cannot change the source file which is gonna performed by adding that library. But you can wrap it with your function. Just like: