AdBlock suppressing rows added to table using jquery ajax

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
forum_user
Posts: 1
Joined: Wed Mar 06, 2019 8:32 pm

AdBlock suppressing rows added to table using jquery ajax

Post by forum_user »

I am a developer and I am using jquery and ajax to append rows to a table dynamically. Dynamically appended row has a form with bunch of inputs for the user to fill in and submit. It is part of an in place add/edit/delete pattern.
My problem is when adblock is on it is suppressing the visibility of the dynamically added row via jquery -ajax. If I turn off adblocker then the site works fine.
What is the best way to achieve this because I am sure our customers might have adblock installed and they may see the same behavior.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: AdBlock suppressing rows added to table using jquery ajax

Post by mapx »

You should provide a test case (page link, steps to reproduce the issue), test account if necessary.
Post Reply