I have not found another way to retrieve information from an iframe.
BTW, I see no problem using that sintax
- Original Message -
From: "smokinguns"
To: "jQuery (English)"
Sent: Thursday, July 02, 2009 3:07 PM
Subject: [jQuery] Selectors question
Hey all,
I'm new to jQuery and
I, also, am not entirely sure what the end requirement is, but this
might help ...
$(document).ready(function() {
var inputUpdate = $('input.listcomplete').next('ul').find('li')
.bind('click', function(){
//this only works when a space is a valid separator, ie no LI
//text contains
nos wrote:
Cat1
Cat2
Cat3
Cat4
Cat5
I'm not quite sure what you're looking to do, and this markup is part of
the issue. There is no "type" attribute on your "input" tag. Is this
just a text field? Also, the tag is also not closed. Is the "ul"
element supposed to someh
3 matches
Mail list logo