IE, right?
On 7 Aug 2009, at 22:12, rborn wrote:
very strange
Now is working, but anyway
if I do alert($(theLink)) it alerts me the href
if I do alert($type($(theLink)) returns element
so I took it for granted ...
On Aug 7, 5:13 pm, Aaron Newton <[email protected]> wrote:
are you sure? what happens if you do
alert($type($(theLink))
(or console.log)
On Fri, Aug 7, 2009 at 7:11 AM, Ryan Florence
<[email protected]> wrote:
Code sample?
Ryan Florence
On Aug 7, 2009, at 8:09 AM, hellspawn wrote:
Hi
I have a strange issue
When I try to get an element <A> from dom with $ it returns me the
href of it instead of the element
Any ideas?
The a is inserted using element.load()
Thanks