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