Why do my Jquery functions stop working when adding an Edge animation to my page?

I've used Edge now for a few months on several projects and it's very useful for a designer like myself to create html5 animations as quick as Flash, but I'm noticing that everytime you add edge to a page, the jqeury it uses overwrites any others on the page and breaks other jquery based widgets. Why is this?
I've had a coder friend I work with have a look at the problem and his only solution was to put the edge animation inside an iframe, which is far from ideal.
Is there a way to use Edge and still use other jquery widgets on the page? (Basically I'm using a Nivo Slider jquery fading image box further down the page, which is breaking).
Thanks

martcol wrote:
> I really do not thing that I have done anything at all
to the
> page and can garantee no changes to the PHP script.
>
> It's hosted on some free space so there's no support
there. What might be the
> problem?
With free hosting, you get what you pay for - nothing. It's
possible
that the hosting company has changed the PHP configuration
and turned
off the display of errors. Most companies do so nowadays,
because the
display of errors is considered a security risk.
You can try adding this to the top of the PHP script:
<?php ini_set('display_errors', '1'); ?>
If that displays any error messages, post the details of the
error
message here, and someone should be able to help you.
However, without giving more details of the script and setup,
your
question is rather like saying "My car won't start. What's
wrong?" It
could be anything. To get decent help online, you need to
describe the
problem in more detail.
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS4",
"PHP Solutions" & "PHP Object-Oriented Solutions"
http://foundationphp.com/

Similar Messages

  • JQuery function stops working when trying to submit large amount of parameters

    Hi,
    Run CF9 on Windows 2008 R2 Server.
    I have a cfm page with multiple dropdowns (some are cfselect) and dynamically generated lists of checkboxes interdependent on each other. I am using JQuery to submit data to cfc functions and to display data.
    It was all working fine until we added new company with large number of records. This translated into large URL query string with a lot of parameters submitted for processing. That's when we started to have problems. I noticed when trying to directly submitting URL, if the total number of characters in URL is more than 2114 I get an error status code 302 Redirect and nothing is displayed. 
    I tried to play with postParametersLimit and postSizeLimit increasing to 1000.0 in neo-runtime.xml and restarting server but, this did not help.
    Below is jquery function:
    function populateBills(){
       var plID;
       if ($('#planenrolldate_id').val() == undefined)
        plID = $('input[name=planenrolldate_id]').val();
       else
        plID = $('#planenrolldate_id').val();
       var sID = $('#sponsor_id').val();
       var pID = $('#plan_id').val();
       var fromMonth = $('#from_month').val();
       var fromYear = $('#from_year').val();
       var toMonth = $('#to_month').val();
       var toYear = $('#to_year').val();
       $.ajax({
        type:"POST",
        url:"../components/billing/custompremstatus.cfc?method=GetBillsArr&planenrolldate_id=" + plID + "&sponsorid=" + sID + "&fM=" + fromMonth + "&fY=" + fromYear + "&tM=" + toMonth + "&tY=" + toYear,
        dataType: "json",         
        success:
         function(data){                 
          $.each(data, function(index, item) {
           addBillsCheckboxes(item.bill_id,item.bill_period);
        }, //end the error function
        error:
         function(){
          alert("An error has occurred while fetching bills");
         } //end the error function
       }); // end ajax call      
      } // end of function

    That's exactly from the console after I submit:
    fM  9
    fY  2014
    method  GetBillsArr
    planenrolldate_id[] 564
    planenrolldate_id[] 561
    sponsor_id  59
    tM  9
    tY  2014
    When I check just one planenrolldate_id then it looks like this
    fM  9
    fY  2014
    method  GetBillsArr
    planenrolldate_id[] 561
    sponsor_id  59
    tM  9
    tY  2014
    This it cfc part:
    <cffunction name="GetBillsArr" access="remote" returnFormat="json" returnType="array">
            <cfargument name="sponsor_id" type="any" required="true">
            <cfargument name="planenrolldate_id" type="any" required="true">
            <cfargument name="fM" type="numeric" required="true">
            <cfargument name="fY" type="numeric" required="true">
            <cfargument name="tM" type="numeric" required="true">
            <cfargument name="tY" type="numeric" required="true">
            <cfset var result=ArrayNew(1)>
            <cfset var i = 0>
             <cfif ARGUMENTS.planenrolldate_id EQ "" OR ARGUMENTS.sponsor_id EQ "">
                <cfset LstBills = QueryNew("bill_id, bill_period", "Integer, Varchar")>
            <cfelse>
                <cfquery name="LstBills" ...>
                    SELECT bill_id,
                        (Convert(varchar(10),billing_start_date,103) + ' - ' + Convert(varchar(10),billing_end_date,103)) + ' [' + Convert(varchar(6),plan_id) + ']' AS bill_period
                        FROM ...
                </cfquery>           
            </cfif>
            <cfloop query="LstBills">
                <cfset returnStruct = StructNew()>
                <cfset returnStruct["bill_id"]= bill_id>
                 <cfset returnStruct["bill_period"] = bill_period>
                 <cfset ArrayAppend(result,returnStruct) />
            </cfloop>
            <cfreturn result>
    </cffunction>

  • Some keys and functions stop working when i switch users.

    2 people use my computer and just recently when i switch to my user, the special function keys stop working (screen and keyboard brightness - not sure what other keys aren't working. spaces works and so does play/pause etc). also i can't log out using the key short cuts nor by going to the menu and selecting Log Out.
    switching back to the other user, the keys still work. and if i set the brightness there when i switch back the setting remain on my side. but i can't control them. the only way to get them back is to restart the computer which i can't do from my user. when i select restart, it beach balls for a few seconds then nothing happens.

    Search for PRAM Reset On Mac.  Unless restrictions of some kind are set on that other user, this shouldn't be happening.

  • Why does photoshop cc 2014 stop working when extracting 3D

    I recently acquired photoshop cc 2014 and would like to use 3D. When I try to extrude a file, my photoshop stops working. I have an AMD Radeon HD 8400 graphics card.

    Hello Mylenium,
    Thank you for the reply, how would I go about providing detailed system info? Is there an automated method that displays the necessary information? Also, it might be worth noting that my older version of Photoshop (CC x64bit (NOT 2014)) works completely fine.

  • Why does the sum function not work when I try to add a column of decimal numbers?  The value is always returned as 0.  No problem with whole numbers but decimals do not work!

    just bought a MacBook Air and using Numbers to make a spreadsheet for financial purposes.  The sum function is working ok for whole numbers but when I try to sum a column of 2 decimal place numbers the result always comes back as 0.  Can anyone help?

    Hi laura,
    I suspect that your 2 decimal place numbers are formatted as text. Change the format of the column to currency and see it that works.
    Also You might want to update your profile to reflect your current systems!
    quinn

  • How do I fix a jQuery plugin stops working when edgePreload.js script is attached?

    I have a jQuery plugin on my site that I really want to use (Quicksand). I built the site in Dreamweaver, and now I want to animate the elements in Edge Animate, but I noticed as soon as I did anything, the Quicksand plugin stopped working! I troubleshooted for a while and discovered that it was simply the attachment of the edgePreload.js file that kept it from working... how do I fix this?
    I have uploaded 2 pages to show what I'm talking about:
    http://www.ruesterprod.com/edgeTest_a/ - my quicksand plugin works fine here (Click the 2 grey buttons to see what the Quicksand plugin is doing) I commented out only the part where edgePreload.js is attached...
    http://www.ruesterprod.com/edgeTest_b/ - This one I left the edgePreload.js script attached and now the 2 grey buttons don't do anything...
    Please help!
    Thanks all!

    {B635abd67-4fe9-1b23-4f01-e679fa7484c1} is an extension that is related to Yahoo. You didn't bother to provide your "Troubleshooting Information" so I can't guess the name of that extension. You need to figure out which extension that is, and disable it.
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • Why does flash player immediately stop working when i open my browser?

    Hello,
    I tell you i really hope someone can help me, because im seriously getting fed up. Im running on Windows 8 OS and using an updated version of firefox with flash player version 11.8. Recently i had to replace my harddrive for my laptop and ever since relplaceing and even a little before i have been haveing major problems while playing video in firefox. Upon loading firefox, flash player stops working and immediately gives an error message, slowing the loading process considerably. Furthermore, while watching live video feeds, the video freezes constantly and even knocks me off my internet connection to where i have to run a  troubleshooter to get back online. I have tried everything and still cannot fix this issue. Please help me. If you have any idea at all please reply here or you can even contact me by email: [email protected] Im desperate because i use this laptop to watch video of my classes. Thank you.
    Peter Thebeau

    My WIn7 machine did this all the time on YouTube. I uninstalled BOTH Flash Player and Shockwave. Then I reinstalled Shockwave first, followed by Flash Player. I haven't seen a crash since.

  • Why does Creative Cloud Setup stop working when I re-install the program?

    I have Photoshop CC and Lightroom CC trough Creative Cloud. But then Creative Cloud stopped working -and now I need help to get CC  running again.
    I have read the troubleshootingpages and this is what I have done so far:
    I uninstalled Creative Cloud
    Restarted the PC
    Downloaded and run CreativeCloudSet-Up.exe
    After about 5 minutes of downoading and installing:
    Creative Cloud Setup has stopped working.
    Problemsignatur:
      Navn på problemhendelse: APPCRASH
      Programnavn: CreativeCloudSet-Up (5).exe
      Programversjon: 2.9.1.474
      Tidsstempel for program: 54e11f94
      Navn på feilmodul: AdobePIM.dll
      Feilmodulversjon: 2.9.1.474
      Tidsstempel for feilmodul: 54e11f95
      Unntakskode: c0000005
      Unntaksforskyvning: 00010e25
      OS-versjon: 6.1.7601.2.1.0.768.3
      ID for nasjonal innstilling: 1044
      Tilleggsinformasjon 1: 0a9e
      Tilleggsinformasjon 2: 0a9e372d3b4ad19135b953a78882e789
      Tilleggsinformasjon 3: 0a9e
      Tilleggsinformasjon 4: 0a9e372d3b4ad19135b953a78882e789
    I have done this 5 times and NOTHING HELPS.
    ANY CLUE WHAT TO DO??

    Bjørnarj6963233 I would recommend utilizing the steps listed in Error "Failed to Install" Creative Cloud Desktop application to reinstall the Creative Cloud Desktop application.  Also which operating system are you using?

  • Itunes stops working when adding file/folder etc

    Every time I try to add a file/folder or import a playlist etc, my itunes crashes and stops working. Any ideas why/fpossible fixes?

    Same problem. Did you find a solution?
    Melissa

  • Itunes has stopped working when i select podcasts on device sync page

    since upgrading to 10.1, i cannot select podcasts from the device sync page w/o itunes crashing with the message "itunes has stopped working"
    this is frustrating because i can't select what podcasts i want to sync anymore!
    this is the latest of the 27 crashes reported:
    Source
    iTunes
    Summary
    Stopped working
    Date
    12/2/2010 2:27 AM
    Status
    Report sent
    Description
    Faulting Application Path: C:\Program Files (x86)\iTunes\iTunes.exe
    Problem signature
    Problem Event Name: APPCRASH
    Application Name: iTunes.exe
    Application Version: 10.1.0.56
    Application Timestamp: 4ce4a7b6
    Fault Module Name: iTunes.dll
    Fault Module Version: 10.1.0.56
    Fault Module Timestamp: 4ce4a794
    Exception Code: c0000005
    Exception Offset: 0077b572
    OS Version: 6.1.7600.2.0.0.768.3
    Locale ID: 1033
    Additional Information 1: 0a9e
    Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
    Additional Information 3: 0a9e
    Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
    Extra information about the problem
    Bucket ID: 2190210890
    i saw that the ati video driver is the cause of crashing when accessing the store, but i haven't seen this problem reported here. i have a nano 3rd gen & touch 3rd gen & this happens with both.
    could anyone please help me?
    thanks!

    i cannot select podcasts from the device sync page w/o itunes crashing with the message "itunes has stopped working"
    I've seen similar symptoms produced in the past when a podcast file is damaged, but it's much rarer to see that cause of trouble nowadays.
    If it is a podcast file causing you grief, Jim's technique from the following post might be of some assistance when it comes to trying to track the problem file(s) down:
    http://discussions.apple.com/message.jspa?messageID=10653507#10653507

  • ITunes stop working when adding movie. 10.5.2.11

    I have just changed PC, from a XP-one to a 7-one and now iTunes stop working now and then (often). When I try to add a movie from a library on the PC it allas stops. It worked well on the old PC. I have tryed to reinstall iTunes but no change.

    I have the same problem on XP sp3.  This is since the appearance of TuneUp. Again a so-called "useful" application.
    Apple Programmers, please K.I.S.S.  Keep It Simple and Stupid.  I do not want to be suggest to do something, I don't want to be warned of this of that, Geniused or pinged...  In the past, Itunes loaded on my pc in less than 10 seconds and it worked.  Now, It blocks my computer and I can not buy music anymore !!!!! Apple programmers, you are working against your business !!!!!!!!!!!!!!! I want a LITE version  !!!!
    A very disappointed and disillusioned customer

  • Itunes has stopped working when adding to playlist

    I get the Itunes has stopped working message when adding new files to a playlist, has anyone else had this problem, and is there a solution?

    Still having issues :/

  • SCOM 2012 System Center Operations Manager has stopped working when adding Web Console.

    I am trying to ad the Web console to one of my Management Servers but at the point where it asks what website to use it fails with the "System Center Operations Manager Setup has Stopped working error.
    This is the included information.
    Problem Event Name: CLR20r3
      Problem Signature 01: setupchainerui.exe
      Problem Signature 02: 7.0.9538.0
      Problem Signature 03: 509042f2
      Problem Signature 04: System
      Problem Signature 05: 4.0.30319.18022
      Problem Signature 06: 506a7689
      Problem Signature 07: 1cf5
      Problem Signature 08: 72
      Problem Signature 09: System.UriFormatException
      OS Version: 6.2.9200.2.0.0.272.7
      Locale ID: 1033
      Additional Information 1: 79c6
      Additional Information 2: 79c63d7b6daeea05a42903612b7137d2
      Additional Information 3: 88ec
      Additional Information 4: 88ec54f8fa758d8069cdb2ad5cd91e2b
    The only error I get in the log file is this.
    Error: :Error:IsReportingValidToInstall failed SRS instance not provided 
    I don't understand why I would be getting an SRS error, our reports run fine.
    Thanks,
    Gary

    Hi Gary,
    Did you end up finding a solution to this issue? The GUI and silent/command line installer are failing for me in the same spot.
    App Log Errors:
    Application: SetupChainerUI.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: Microsoft.EnterpriseManagement.Common.ServiceNotRunningException
    Stack:
       at Microsoft.EnterpriseManagement.Common.Internal.ExceptionHandlers.HandleChannelExceptions(System.Exception)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.CreateEndpoint[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](Microsoft.EnterpriseManagement.EnterpriseManagementConnectionSettings,
    Microsoft.EnterpriseManagement.Common.Internal.SdkChannelObject`1<Microsoft.EnterpriseManagement.Common.Internal.IDispatcherService>)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.ConstructEnterpriseManagementGroupInternal[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0,
    Culture=neutral, PublicKeyToken=b77a5c561934e089]](Microsoft.EnterpriseManagement.EnterpriseManagementConnectionSettings, Microsoft.EnterpriseManagement.DataAbstractionLayer.ClientDataAccessCore)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.RetrieveEnterpriseManagementGroupInternal[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0,
    Culture=neutral, PublicKeyToken=b77a5c561934e089]](Microsoft.EnterpriseManagement.EnterpriseManagementConnectionSettings, Microsoft.EnterpriseManagement.DataAbstractionLayer.ClientDataAccessCore)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.Connect[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](Microsoft.EnterpriseManagement.EnterpriseManagementConnectionSettings,
    Microsoft.EnterpriseManagement.DataAbstractionLayer.ClientDataAccessCore)
       at Microsoft.EnterpriseManagement.ManagementGroup.InternalInitialize(Microsoft.EnterpriseManagement.EnterpriseManagementConnectionSettings, Microsoft.EnterpriseManagement.ManagementGroupInternal)
       at Microsoft.EnterpriseManagement.ManagementGroup.Connect(System.String)
       at Microsoft.SystemCenter.Essentials.SetupFramework.WebConsoleSite.GetValidationProperties(System.Object)
       at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
    Faulting application name: SetupChainerUI.exe, version: 7.0.9538.0, time stamp: 0x509042f2
    Faulting module name: KERNELBASE.dll, version: 6.3.9600.16656, time stamp: 0x5318237f
    Exception code: 0xe0434352
    Fault offset: 0x00000000000043c8
    Faulting process id: 0x638
    Faulting application start time: 0x01cf9a697847d9c8
    Faulting application path: C:\Users\szb\AppData\Local\SCOM\SetupChainerUI.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll
    Report Id: c52d5d75-065c-11e4-80c2-00155dcb0b37
    Faulting package full name:
    Faulting package-relative application ID:

  • Bluetooth mouse stops working when adding a printer: 10.10.2

    Hi,
    I'm using a MacBook Pro 2012 Retina, upgraded to 10.10.2.  Since upgrading to 10.10.2 I have been unable to connect to my Canon MG6150 that is plugged into the USB port of the Time Capsule (3TB).  Those problems will be detailed in a separate post.
    I have tried deleting the printer and creating a new printer and when I click on the + and get the window to select a printer, the bluetooth mouse stops working - the message comes up to show "Connection Lost".  I have to select the printer manually and only when I have returned to the main Printer window in Settings & Preferences does the mouse connection work again.
    Weird.  Between this and not being able to set up the scanning features again (that used to work), I'm feeling underwhelmed...

    sounds like an IRQ conflict. See if disabling plug and play in the bios solves it. Arch's kernel provides this already.

  • ITunes has stopped working when adding movies

    This issue began today, haven't had any trouble with this before. I have my movies on my iTunes, in there perfectly fine. Today I went to add more movies to my iTunes library. I use Windows, so I went to the 'Add Files to Library...' option in the top left, added a video. It didn't take any loading time, which seemed a bit out of the ordinary, then I tried to play it and my iTunes completely crashed. When I open my iTunes back up, the movie is gone completely. I have tried restarting my iTunes, restarting my computer, reinstalling iTunes, adding movies in different ways (dragging and dropping), but nothing has worked so far.
    I'm fairly sure this isn't a format issue, as it's stopped working for .m4v files and .mp4 files, I've tried converting one to the other and nothing has for it to load properly into iTunes.

    Still having issues :/

Maybe you are looking for

  • Java installer in Windows Vista: error 1721

    Hi, I cant install java SE in Windows Vista. I get always this error: error 1721. There is a probleme with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package ven

  • Movie Rentals / Purchased TV Shows no longer play on iTunes

    Playing movie rentals and purchased TV shows have been working just fine on iTunes until a few days ago when I attempted to watch a movie rental, a pop-up warning came on and I pressed OK too quickly to fully read it. It said something about being in

  • Backend in specific folder

    Hello, I'd like to put all the files related to backend administration in one folder ('admin/'). Is there a way to Dry up the code, so to have all the checks "are you authenticated?" within one application.cfc file? Should it be within the root appli

  • Best practice for maintaining URLs between Dev, Test, Production servers

    We sometimes send order confirmations which include links to other services in requestcenter. For example, we might use the link <href="http://#Site.URL#/myservices/navigate.do?query=orderform&sid=54>Also see these services</a> However, the service I

  • Photoshop lightroom and burst photos

    I'm looking for a photo editing software program to combine my burst photos from my GoPro Hero 2 camera into a single photo. Will  Photoshop Lightroom allow me to accomplish this. Thanks