Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix to Ussue #92 broke fixed repeaters before save but broke them after save. #96

Open
BobbyRuby opened this issue Dec 4, 2013 · 0 comments

Comments

@BobbyRuby
Copy link

To fix change line 420 img id -- remove ---- in my-meta-box-class.php to --- e-remove --- then add the following where the java script is.

jQuery("#e-remove-'.$field['id'].'").live('click', function() {
jQuery(this).parent().parent().remove();
});

smeric added a commit to smeric/My-Meta-Box that referenced this issue Dec 4, 2013
Added back .parent() removed for bug bainternet#92 fix.
Added class re-control markups missing for newly created repeater blocks. That way, HTML markup is more consistent between newly and already added (after post updating) blocks, and nesting level is the same for all blocks.
smeric added a commit to smeric/My-Meta-Box that referenced this issue Dec 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants