Displaying 5 results from an estimated 5 matches for "getfirebug".
2007 Jun 29
7
javaScript and error
Hi ,
I have developed an application and it uses javascript code and
validations ...what i have noticed is that it works fine in testing and
deveoplment mode , but it gives error in production mode ....
Is there any particular reason for that please help me out ,
Anant
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this
2007 Jan 02
1
Why doesn't any ajax work on my linux/lighttpd server
hello all!
so i''ve got my app running great with sortable lists, fading objects and
what not. but when i upload everything to my fedora core 5 server
running lighttpd, all the ajax stuff doesn''t work. has anyone
experienced the same problem? any info would be very appreciated!
thank!
Jon
--
Posted via http://www.ruby-forum.com/.
2006 Jul 26
2
ResponseLogger Plugin
http://www.agilewebdevelopment.com/plugins/responselogger
From the README:
Ever wondered what exactly Rails returned in an RJS response ? Here''s
your chance to see it:
===> text/javascript (49 bytes)
Element.replace(''target'', ''<em>It works!</em>'');
<===
== ResponseLogger
Logging the response value is easy. Simply install
2007 Mar 13
3
showResponse() Callback not being called in Firefox
Hello All ---
I am using the AJAX Object to send form data to a PHP page. In IE, I
am able to get a call back thru the showResponse(); However, in
Firefox, the callback never gets executed. Here is my code:
function showResponse()
{
alert(''Thank You. Your information has been sent'');
}
function processForm()
{
var url = "sendEmail.php";
var name =
2007 Feb 12
18
document "expando" properties broken in Konqueror
I noticed that some of my event handlers and scripts evaluated in ajax
responses didn''t work in Konqueror (3.5.5).
document.getElementsByClassName is not defined in these contexts.
I can work around this, by saving document.getElementsByClassName in a
(namespaced) global variable once and reassigning it before each use.
Still, this misfeature is annoying and not restricted to this