I will use the snippets from the Docu, how i must handle with This?

example:

<script type="text/javascript" src="jquery-latest.js"></script>
<script type="text/javascript">
$(document).ready(function() {
var HHH = $("p").previous(".selected");
alert (HHH);
});
</script>
</head>
<body>
<div><span>Hello</span></div>
<p class="selected">Hello Again</p><p>And Again</p>
<div>

this give me *$("p").previous is not a function*

found on Site "A" here at http://jquery.com/api/ under
jQuery prev ( String expr )

Sorry, Noob

-- 
Viele Grüße, Olaf

-------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
-------------------------------

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to