Is it possible to query results in a data view web part with javascript? If so, how do you reference the DVWP in the syntax?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You'd use it like any other HTML on your page. Since you'd have control over the DVWP, it'd make sense to properly set IDs and classes for things you want to hook into on the client side when the DVWP is loaded. And to further add, I've done this on numerous occasions where I get the DVWP to output the content I want in the format I want to utilize jQuery tools like jQuery UI. |
|||||||
|