Tagged Questions
1
vote
1answer
685 views
Loading script on every postback
I am trying to load a script (that remembers the clicked nodes for a xsltlistview in a jquery cookie) on every postback.
The events when i postback should be:
1. save clicked nodes in cookie
2. ...
4
votes
1answer
478 views
How to call jquery method in different page event like pageload, ispostback, page refresh, onsubmit
In my master page I am calling the jquery method on pageload event. It will do some truncation operation in a SharePoint page. The problem is, if I have add new item to the SharePoint form and if I ...
3
votes
4answers
536 views
How to make Grouped View work with the $(document).ready event?
I have a list that is grouped by date:
Normally the list is collapsed, when I open one date, items under it are shown, like:
[+] 2010-01-01
[+] 2010-01-02
[-] 2010-01-03
item1
item2
...
I ...