0
votes
1answer
35 views
highlight div or p after loading
Hello i need to highlight a div after my page is loading, i don't know if i should use a partial or something like that, the partial also has to have 2 variables disponible.
Code …
1
vote
1answer
30 views
Categorized results – jQuery autocomplete plugin
Hi there!
I'm looking for an autocomplete plugin that makes it easy to categorize search results. If that's unclear, take a look at Apple.com's search bar (top right).
I know tha …
1
vote
2answers
56 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
0answers
10 views
Trigger scriptaculous ajax autocompleter in the update function
I'm trying to create something a text input field where you can enter a kind of path.
I try to help the user with autocompletion, so that he may click trough the path instead of wr …
0
votes
1answer
29 views
get the id/value/name of checkboxes generated in form with rails
I'm using a fields_for helper in rails with some text boxes. How can I get the ID of these text boxes to use in some Javascript? I would like to be able to manipulate the status of …
0
votes
1answer
88 views
Scriptaculous Ajax.InPlaceEditor: How to trigger cancel action?
Certainly it must be possible to fire the cancel action on an Ajax.InPlaceEditor without clicking the Cancel button. But I just cannot figure out how to do it.
Any suggestions?
0
votes
1answer
19 views
Problem with Sortables in Scriptaculous
I'm having a problem with getting my divs to become sortable using Scriptaculous's Drag and Drop Library.
<pre id="leftcol">
<div id="id0"><h3>Date and Time</ …
0
votes
2answers
41 views
What is JQuery’s equivalent of scriptaculous/prototype’s auto-complete?
Prototype/scriptaculous can do an easy autosuggest in the input box.
It's pretty much built in.
How can I do that with JQuery?
2
votes
3answers
565 views
How do I make an Ajax.Autocompleter perform a request without typing?
I'm using scriptaculous's Ajax.Autocompleter for a search with different filters.
http://github.com/madrobby/scriptaculous/wikis/ajax-autocompleter
The filters are requiring me …
0
votes
2answers
24 views
Replace default browser jumping to #element_id with Effect.scrollTo ?
Hi ppl,
so, the thing is :
when someone clicks on a link to my website and page loads, prototypeJS is supposed to observe if there is a #elementId in the URL and stop browser fro …
2
votes
2answers
57 views
mouseover and mouseout events firing on children
The code:
<div id="Navigation"
onmouseover="new Effect.toggle('Drop_Down','slide',{duration: 0.8});"
onmouseout="new Effect.toggle('Drop_Down','slide',{duration: 0.8} …
0
votes
2answers
65 views
Simple tooltip plugin/js for rails
I really don't want to use prototip or prototip2 because I have to pay for them and I only need to do one very simple alert. The user will submit a remote form and then a small ale …
0
votes
3answers
53 views
Ajax not firing on prototype - I think I need to unset or remove a javascript method - causing havoc help!
Hi guys, I'm working using scriptaculous library. However I'm facing some issues with inclusion of the JSON library for the prototype library. It adds a toJSONSTring and parseJSONS …
0
votes
2answers
40 views
What is the jQuery equivalent of Scriptaculous ?
Is it jQuery animate?
0
votes
1answer
39 views
how to get the highest resolution timeout from prototype (like scriptaculous)
What is the timing method and interval that scriptaculous uses in prototype for its smooth tweening? PeriodicalExecuter?
