Tagged Questions
3
votes
1answer
395 views
How to add a sub menu with AJAX?
What i want to do is fire up the add_submenu_page() function from within ajax on my plugin options page.
When i click an "Add League" link, i want to display an ajax input[text] that will save into ...