Tagged Questions
0
votes
1answer
93 views
jQuery dialog prints HTML-Tags under Wordpress
i need some help. I am using wp_localize_script in my Wordpres_Plugin. Inthe documentready-function i use this Code to bring the Message up:
$('#button-setup-league').click(function()
{
$( "#dialog ...
0
votes
1answer
406 views
Loop info in jquery Tabs - loop into a variable?
I've got three loops set up via jQuery UI tabs as seen in my code below. All works good but i'd like to be able to display the "count" of each loop in the tab label. I obviously can't just echo it ...