Hey all..
I shot this to talk and got no love so I'll shoot it here..
I've got this sitting in the head of my index.cfm
<script type="text/javascript">
$(function(){
// Tabs
$('#PIMSAdmintabs').tabs();
// ajaxify
//debug
$.AjaxifyDebug = true;
//links
$('.ajaxify').livequery(function(){
$(this).ajaxify({
cache: false
});
});
//forms
$('#forms').livequery(function(){
$(this).ajaxify({
link:
'actions/act_admin_formHandler.cfm',
event: 'submit',
method: 'post',
forms:
'#addCompany,#addStoreroom',
cache: false
});
});
});
</script>
The layout uses multiple tabs, loaded from a CFInclude based on a returned
value (user roles get different tabs)
The first tab functions perfectly, adds/mods/ activate-deactivate, all
function as expected. The second tab however is a different story. The
action page is called and the called functions run however the page doesn't
update.
There's no real functional difference between what's being called in the
different tabs, but the second tab functions wont refresh.
Is there a way within JQuery to force a refresh from the server everytime?
index.cfm
http://cfm.pastebin.com/m6671260c
_eecoPIMSAdmin.cfm
http://cfm.pastebin.com/m2cddce63
dsp_adminCompany.cfm
http://cfm.pastebin.com/m2d36b7f6
act_admin_FormHandler.cfm
http://cfm.pastebin.com/m7ca83376
--
Scott Stewart
ColdFusion Developer
4405 Oakshyre Way
Raleigh, NC 27616
(h) 919.874.6229 (c) 703.220.2835
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f
Archive:
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:292408
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5