+ 1
How can i select iframe element?
i want to change the style of iframe element.
14 ответов
+ 3
$("iframe").css({
"width":"80%"});
+ 3
Line 45 in your JS is probably the issue. I'm not sure what you're trying to do there.
+ 2
Can you provide your code?
+ 2
You're using a really outdated version of jQuery. Use a more recent one.
+ 2
You have two versions of jQuery included. Remove line 8.
+ 1
I can't read any of that code. I'll look at it when I get on my computer.
0
well i tried that couples of time but it didnt work show me some examples.
0
My code is so messy
0
Like version 4
0
Ok I removed it
0
Now show me how can I select the iframe element
0
Please
0
Ok thanks a lot