[jQuery] history/remote question
Nice plugin, but I'm having some questions about implementing it.
I'd like ot use an ajax with it, and also the has that exists in the
href attribtue.
$('a.rewrite').click(function(){
var uri = $(this).attr('href');
// this is working nicely, but no history (back button)
$.post('index.php', { posting : 'true', url : href },
function(html) { $('div#ajaxhold').html(html); });
// i would like to use history/remote though...
// there's no API to use this a little more precisely?
$('a.rewrite').remote('#ajaxhold');
$.ajaxHistory.initialize();
});
I can't find the source code for history/remote (or perhaps it's not
supposed to be accessible)?
Has anybody been able to bend this plugin to their needs - similar to
mine I hope?
;)
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/