0
votes
2answers
40 views
while input has focus
Hi.
I have an input field that has a field hint that comes up when focused. The problem is that I am using prototype effects and have the hint Effect.toggle 'ing, and if someone …
0
votes
3answers
46 views
Converting from prototype to jQuery - javascript / ajax
I'm looking for some help converting this from prototype to jQuery. I'm doing some free work for a charity and updating a system they use to track and assign volunteers. I've manag …
1
vote
3answers
36 views
Turning a DIV into a click-and-drag viewport
Does somebody know an unobtrusive, Prototype or no framework based way to turn a DIV with big content (e.g. a map) into a clickable and draggable "map" container with fixed dimensi …
0
votes
1answer
26 views
Prototype Ajax.Request only calling the last callback
Hi all, I'm writing a userscript for a website that uses Prototype. Rather than use the GM libs (mainly so I can easily repurpose it for Chrome), I decided to use the already-load …
3
votes
5answers
59 views
Is there a difference between using “this” and “prototype” in Javascript here?
Hi,
Is there a difference between the two codes below, I presume not.
function Agent(bIsSecret)
{
if(bIsSecret)
this.isSecret=true;
this.isActive = true;
this.i …
0
votes
7answers
60 views
Dynamic Property of JavaScript object?
I am wondering if this is possible in JavaScript, I want to have an Object which could contain dynamic properties.
Give an example:
function MyObject()
{
}
var myobj = new MyO …
0
votes
3answers
47 views
SketchFlow prototyping font not displaying
I'm using SketchFlow for the first time, and am confused as to why my text isn't showing up in the "Buxton Sketch" font it's supposed to (see image). I just did a repair installati …
2
votes
3answers
123 views
C Prototype scope
I learnt that
the type specifier that declares the
identifier in the list of parameter
declarations in a function prototype
(not part of a function definition),
the id …
0
votes
4answers
64 views
bug when prototype and jQuery are both loaded
I have function in Javascript which works fine using prototype. The function is used to dynamicaly change a select field based on the selection of another field.
var sizes_286 …
2
votes
1answer
37 views
How to submit a change or request clarification to ISO technical committee
I submitted a question on 'prototype scope' and wanted to know the reason for its origination.
After some serious deliberations (please see the answers there) I think a clarificat …
0
votes
2answers
63 views
beginner javascript question
Hi,
This should be easy, but since I'm new to programming, specially in javascript, I cannot figure it out.
Let's say I have the following javascript code:
var InjectClientValu …
1
vote
2answers
55 views
How to use Scriptaculous effects on error messages
I want to use some Scriptaculous effects on error messages.
<% form_for(@page) do |f| %>
<%= f.label :name %>
<%= f.text_field :name %>
<%= f.err …
0
votes
3answers
142 views
Javascript Libraries: jQuery vs Prototype vs MooTools vs Yahoo! UI, Preferences? [closed]
Possible Duplicates:
Best PHP Framework w/ AJAX Support?
Which Javascript framework (jQuery vs Dojo vs … )?
Hey guys!
So, for a web projects course we have to sp …
0
votes
1answer
17 views
Javascript: Event Listener mouseout
Hi guys,
let me explain my problem. I have a mouseout event assigned to a div tag with an id of calendar. Now when this handler is called (when the mouse is not over the calendar …
0
votes
2answers
24 views
Nested link_to_function/insert_html does not work
Here is a simple example of the problem.
http://gist.github.com/235729
In short, if you have a index.rhtml with:
<%= link_to_function "A link to insert a partial with nested …
