In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly shows you the "jquery delete tr failed solution", the content is simple and easy to understand, organized clearly, I hope to help you solve doubts, let Xiaobian lead you to study and learn the "jquery delete tr failed solution" this article bar.
jquery failed to delete tr solution: 1, through the "$(temp)" first to obtain the td object;2, through the ".parent()" to obtain td tr;3, use the "remove()" method to delete tr.
Operating environment: Windows 7 system, jquery1.2.6 version, DELL G3 computer
jQuery remove tr invalid workaround (tr is dynamically added)
Today, while working on a project, I had a problem removing some trs (trs are dynamically added). Tried a lot of methods, but nothing worked (for example, deleteRow method, it seems that the parameter passed can only be the number of rows of tr. Not studied carefully at the moment). Later, I found that this method works well, and I hereby record it.
$(temp).parent().remove(); //temp is the id of td My understanding is this: $(temp) first get the td object, then.parent() get the tr of td, then remove() method, delete tr.
html code:
123 456 aaa bbb ;/table>
JS Code:
function removeTr(temp){ mp).parent().parent().remove(); //must ensure that the page has been introduced jQuery can be used//here $(temp) first get the object,.parent() get, then.parent() get tr } above is "jquery delete tr failed solution" All the contents of this article, thank you for reading! I believe that everyone has a certain understanding, hope to share the content to help everyone, if you still want to learn more knowledge, welcome to pay attention to the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.