seborgarsen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: PHP & Jquery in WordPressCan you explain how you made it work?
Forum: Plugins
In reply to: front-end ajax form pluginPlease go check out
http://return-true.com/2010/01/using-ajax-in-your-wordpress-theme-admin/
Forum: Plugins
In reply to: front-end ajax form pluginI did it!!!!
jQuery('form#MakeNewList').submit(function() { var data = jQuery(this).serialize(); jQuery.post("<?php echo admin_url('admin-ajax.php'); ?>", data, function(response) {Forum: Fixing WordPress
In reply to: Foreign keys, referencing wp_users.idRoger that, thanks.
I’ve managed to move ahead and now trying to write my first plugin. Trying to get my head around ajax calls in wp. I might need some help there as well.
Thanks again.
Forum: Plugins
In reply to: Problem with plugin because i am using ajaxDon’t you get name collision by having two
function updateProduct?Forum: Plugins
In reply to: Write to database from form in a pluginBump?
Forum: Fixing WordPress
In reply to: Foreign keys, referencing wp_users.idThanks, Michael.
Excuse me if I’m blind here, but I can’t see where the relation exists?
Forum: Themes and Templates
In reply to: AJAX driven category filterThank you, Magnus!
Forum: Plugins
In reply to: [Plugin: Front-end Editor] Empty Custom FieldsGreat stuff, that nailed it. Thanks alot! 🙂
Forum: Themes and Templates
In reply to: AJAX driven category filterI’ll try it out over the next days and report back.
Merry New Year, guys and gals 🙂
Forum: Requests and Feedback
In reply to: AJAX for the frontend…hehe.
Any luck with this? Promising premise, what now? 🙂
Forum: Themes and Templates
In reply to: AJAX driven category filterbump?
Forum: Plugins
In reply to: Custom Fields Query – include category and author in queryAny luck?
Forum: Fixing WordPress
In reply to: Get parent pages in list and children in span for subnavigationhere we are: http://www.pastie.org/630365
thanks for the input, xdesi. Namaste! 🙂
Forum: Fixing WordPress
In reply to: Get parent pages in list and children in span for subnavigationI recon this could be done with jQuery to replace html on the fly, but I am unsure of just how.