SyntaxFix
Write A Post
Hire A Developer
Questions
Try this...
$("#abc").attr("action", "/yourapp/" + temp).submit();
What it means:
Find a form with id "abc", change it's attribute named "action" and then submit it...
id
attribute
This works for me... !!!