Example #1
0
				$anchorA.bind("click", function() {
							anchorPosition.position('top');
						});
Example #2
0
					$commentsA.bind("click", function() {
								anchorPosition.position('commentsAnchor');
							});
Example #3
0
					$processLogA.bind("click", function() {
								anchorPosition.position('processLogAnchor');
							});
Example #4
0
					$relationA.bind("click", function() {
								anchorPosition.position('relationAnchor');
							});
Example #5
0
							$anchorA.bind("click", function() {
										anchorPosition.position(sheet.children("div").first().attr("id"));
									});