Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ZendDeveloper

    Inserting html into element that has

    Hope someone can help. I have a page that changes depending on various scenarios. In one of these scenarios javascript adds a block of html to the dom and depending on whether a message is set this will then need to contain the contents of the message. Both the block of the html and the...
  2. ZendDeveloper

    submitting dynamic form and updating dom with jquery

    Hi, I have a shopping basket which has multiple rows with a form surrounding them. On the quantity of the individual items I have buttons that trigger jquery events that update basket totals elsewhere on the page. To do this they send an ajax request that updates the basket and passes back...
  3. ZendDeveloper

    Adding jquery event when html has been added to dom via Ajax

    Hi, Just starting with Jquery so if this is ridiculously simple then sorry! I have a form that triggers a JQuery event to an ajax call. The Ajax does some processing and then returns a block of html to be output into the form. The Html that is injected into the dom contains radio buttons...
  4. ZendDeveloper

    Disable post items if empty

    Hi, I have a form that posts quite a lot of data through to a php page. What I want to do is iterate through an array that is posted and if the array element has a blank value disable it before the form is actually posted so it doesn't get processed by the php script. For example, I might...
  5. ZendDeveloper

    Have iframe break out of parent

    Hi, I have a page that has an iframe that does some processing. When this has finished I need to have the parent close and for the page within the iframe to be the only one displayed. The iframe does some credit card processing and redirects to a success page and it is this that I need to...

Part and Inventory Search

Back
Top