Tagged Questions
2
votes
3answers
214 views
Detect Modal Dialog Close with JQuery
In my application, I am trying to hide scrollbars in the parent window when a modal dialog is opened...
I've added this to my Master Page:
$(function(){
if(window.frameElement != null)
{
...
0
votes
1answer
29 views
Hide navigation until all items are populated
I created a customized nav using the Sharepoint aspmenu with simple rendering which binds to an xml datasource to render the menu contents.
I am then using a the jquery UI accordion to style it.
The ...
1
vote
1answer
101 views
Site Template with Custom Pages: css, javascript?
If I create some custom pages that include custom html, css and jquery and this page exists within a site that is used as a site template, will that cause issues? From my limited experience with this ...
-3
votes
1answer
81 views
What JQuery effect is this? [closed]
I found this really nice effect on this website:
http://www.engadget.com/
Please take a look at the IE advertisements on the top and the right side of the page.
It seems like some kind of elastic ...
1
vote
1answer
283 views
How do I trigger off of the ribbonbar being shown/hidden?
When the ribbon bar is visible (i.e., not in Browse mode), I want certain things to happen on my page (mostly involving changing styles of some items). How do I determine if it's visible or not or ...
1
vote
1answer
357 views
How to handle the ecb menu CSS?
I have hidden the ECB menu from the task/DocLib lists, and I am using jquery to truncate the title field into 50 char and remaining will be displayed in the jquery popup. Even though I have removed ...
4
votes
2answers
538 views
Having error when using jquery.corner.js with jquery-1.6.2.min.js
I'm trying to use jquery corner to get curvy quicklaunch in my sharepoint 2010.
But i geting eeor "object doesn't support this property or method.
Any ideas if this version are compatible.
Thanks in ...
0
votes
1answer
1k views
Change calendar view's layout
I have a calendar list with about 8 views created by filtering on Location. Is it possible to have these views appear differently than the default? I've selected "Week" as the scope for all the views. ...
-1
votes
3answers
181 views
How can I fix this CSS?
I followed this article and it's working but half way. See image shots below.
0
votes
2answers
1k views
Content Editor Web Part blank in jQuery slideshow
Now I dont get any error(s). But the content editor wp is blank (well, except for the gear image). Any idea(s)??
<IMG ID="slideshowPicturePlaceholder" src="/_layouts/images/GEARS_AN.GIF" ...
1
vote
1answer
385 views
Highlight Group By Row in SharePoint List
I've got a dashboard on my SharePoint Homepage that shows a RAG status of all our project tollgates, grouped by (a) category then (b) project.
Is there a way to highlight a group by row in a list ...
1
vote
2answers
196 views
how can i change .css or addClass of a textbox in a juery change function - help [closed]
I have a change functions as below:
All i want is whan a user clicks the button and the value is less than zero change the backgoundcolor of the textbox and viceversa if its greater that.
But it ...