jquery - Addition and Removal of Unique Rows within a Bootstrap Popover -
I am between creating bootstrap and jQuery quite a micro popover I am adding between the popover and adding rows within I'm using jQuery. The problem I am encountering is that it involves the organization of functionality with the click event that I have linked to some linked text. If I have hidden or have to promote a new line, then a specific pseudo-line Need to be able to reveal if the specified row above is shown. I have tried two variations of getting it to work with close result.
The hidden row has been successfully hidden, but if it is shown, then no other clone ever clones:
$ (document) .on ("Click", ".additional", function (if ($ ('hidden'). Parent () .wrap ()) {$ ('hidden'). Parent () Parents () show ();} and {$ ('. Row: ECA (3)'). Clone (true) .InternetAfter ('. Row: last');}});
Allows to add other non-unique rows and hide unique rows; However, when a unique hidden row is shown, a non-unique clone of the clone also spreads simultaneously. I know why this is so, but I am battling with fix control (as above) and I am getting harmed.
$ (document) .on ("click", "additional.", Function (event) {if ($ ('hidden'). Parent (). ). () ($) ($) () () () () () () () () () () () (Parent). '.o: eq (3)'). Clone (truth) ) .InternetAfter ('. Row: last');}});
Comments
Post a Comment