You cannot post messages because only members can post, and you are not currently a member.
|
finding all tr's within a div
|
| |
I'm expanding the table row highlighting ya'll helped me with before. Now
I have two tables on a page and each table has rows that I want to
highlight on mouseover.
Can't give the tables the same id so what I was doing was creating a div
with a class:
<table class='blah' id='blah' ...>
<tr><th>Col 1</th><th> col 2</th></tr>... more »
|
|
IE7
|
| |
Почему не работает такой код IE7
<div id='div'></div>
<script src="javascript/ie7.js">
var cont=$('div');
var t=new Element('table',{'width':'200p x'});Element.extend(t);
cont.insert(t);
var tr=new Element('tr');Element.extend(t );
var td=new Element('td').update('hello'); Element.extend(t);... more »
|
|
Draggables inside div with overflow:scroll
|
| |
I have created two divs. One is for draggable objects. Another for the area where they should be dropped. The both divs should have the same height and if there are large number of draggables to have scrollbar. When I add *overflow: scroll* to the div with draggable objects, then drag-and-drop functionality is screwed up.... more »
|
|
Has anyone run into a problem with using Imagemapster?
|
| |
Hi! Very happy to have found Prototype this morning. It's really made my day a lot better :) Except that I noticed that once I included it, my other plugin Imagemapster [link] stopped working. I've email James to see if he knew of a solution. I thought maybe someone here might have had or seen a similar problem.... more »
|
|
Prototype in no conflict mode
|
| |
I need to move my code (Prototype 1.7.1) into someone else's much larger
project using jQuery v1.5.1.
Can I load Prototype in no-conflict mode ? I can't change any of the jQuery
stuff.
Thanks
-alastair
|
|
"Unterminated string constant" whens tring contains a trailing dot
|
| |
Hi all, when i'm including prototype into a JSP, IE throws the error "Unterminated string constant" when i open a popup window which contains strings with a trailing dot. Basically, it's a list of usernames in the format user1.data user2.data As soon as this list contains a value like users2.data.system*.*... more »
|
|
Prototype.Selector is undefined
|
| |
Hi guys I am getting this error on a project I've inherited from a colleague now on maternity leave. "Prototype.Selector is undefined" I have absolutely no clue as to what is causing this and how I go about debugging it - anyone have any helpful hints or tips? Thanks a bunch
|
|
determine if any of checkbox[] is checked
|
| |
Happy Easter!
I have an array of checkboxes on a form (about 15 of them) arranged in rows
like this:
<tr><td><input type='checkbox' name='kitcat[]'
...></td><td>name</td><td>desc ription</td></tr>
What I have been trying to use is this:
$("input:checkbox[name=kitcat] :checked").each(function() {... more »
|
|
Form Validator
|
| |
Has anyone found a good form validator?
I have been using the one by Andrew Tetlaw for several years and its worked
really well but now with proto 1.7 and ie 9 I'm finding it no longer works
(as in it doesn't see <select> where no option has been chosen.
i.e. [link]... more »
|
|
|