riklomas / quicksearch

A jQuery plugin for searching through tables, lists, etc quickly
http://www.lomalogue.com/jquery/quicksearch/
680 stars 261 forks source link

link with popup (rel="modal") don't work #26

Open dreamer1979 opened 13 years ago

dreamer1979 commented 13 years ago

Hi,

I have an issue with quicksearch.

I have ​​a table of data wich is generated from mysql. At the end of each row is a link that opens in a popup(rel="modal" from another jQuery) where I can edit the data in that row. When I use quicksearch it will not open the popup, after I delete the searched phrase the popup shows up.

Does anyone have an idea what is wrong and how can I fix this?