I have some custom html/jquery form stuff on a page, and I would like to update a LVWP on another part of the page if a user adds something. So for example, the list view web part just shows items on a list, but I need them to go through my form to add a new item since there are numerous relational lists that get updated. Not a big deal that all works. But I do want to use a LVWP to show all requests currently being worked per the userID of the person submitting. So this is quite the overall parent list, and there may be multiple items that need shown.
Bottomline is I have all this worked out except, how can I pass a parameter/variable to a LVWP that is one a page using javascript/jquery? Each time the user adds an item, I would like to refresh the view and pass new ID for the LVWP to use as a filter like a query string or something?
Does this make sense? All help is always appreciated!