Can I creat a jQuery mobile popup that does not block the UI? The scenarios is something like this: I have a list with checkboxes on each item, and if any of the checkboxes gets checked, i want to show an invite button that pops up just above the footer. It may block the row that it is covering but input to the rest of the page should not be blocked.somethinig like the attached image.
I am not sure if using the popup is the right approach but if its not, can someone please point me in the right direction. Thanks so much.