Welcome Guest, Not a member yet? Register   Sign In
Bonfire Tutorial
#2

[eluser]HeartlandTech[/eluser]
I just installed this and I'm trying to go through the doc files on the todo list. Is this right???

<?php echo form_open('/admin/content/todo/delete', 'class="ajax-form"'); ?>

Because down here:

[removed]
head.ready(function() {
$('#task-form input[type=checkbox]').change(function() {
var cid = $(this).attr('data-id');

// Remove it from the display, with a fade effect
$(this).parents('tr').fadeOut(300);

// Tell the server to remove it.
$.post('/admin/content/todo/delete/'+ cid);
});
});
[removed]


Messages In This Thread
Bonfire Tutorial - by El Forum - 05-11-2011, 09:36 AM
Bonfire Tutorial - by El Forum - 05-11-2011, 02:23 PM
Bonfire Tutorial - by El Forum - 05-12-2011, 09:03 AM
Bonfire Tutorial - by El Forum - 05-12-2011, 09:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB