How hard to copy the functionality of this page?

6 replies
Hi Warriors,

I know hml, css, a little bit of php, however anyone can copy exactly the functionaliy of this page, http://maximum-leverage.com

When you click the button, it stays on the same page, but new content appears. I checked the source codes and it appears, it used AJAX. Am I right?

How much do you think would it cost if I need a complete clone of this site?

Your inputs will be very appreciated.

Thanks a lot!

All The Best,
G.B.
#copy #functionality #hard #page
  • Profile picture of the author cgimaster
    Are you talking about pressing the button and moving to the the next step ?

    If so that is CSS+jQuery
    {{ DiscussionBoard.errors[7342283].message }}
    • Profile picture of the author Go4DBest
      Originally Posted by cgimaster View Post

      Are you talking about pressing the button and moving to the the next step ?

      If so that is CSS+jQuery
      Yeah, moving to the next step but still on the same page.
      Signature
      We setup and design wordpress sites using the Divi theme for roughly 200 USD. Let's talk.
      {{ DiscussionBoard.errors[7342300].message }}
  • Profile picture of the author cgimaster
    Then yeah its just jQuery+CSS and no didnt see any AJAX kicking in on it (note that it is ofc also possible to interact it with AJAX but on the sample you sent it wasnt), as for price I guess it will vary from 20$~80$ depending on how you want it, programmer, etc.

    There are plenty of free examples around too if u know how to use, here are some:
    jQuery Stepy - A Wizard Plugin
    JQuery Form Wizard
    A scrollable registration wizard
    {{ DiscussionBoard.errors[7342583].message }}
  • Profile picture of the author SteveSRS
    I checked and indeed you cgimaster is right its not Ajax, it looks like it and it could be

    Anyway just stick with jQuery as that has 'ajax' build in.. (I always feel a bit dirty using 'ajax' like that as a term as its nothing more then a hyped term for something that has been in existence for ages)
    {{ DiscussionBoard.errors[7344775].message }}
    • Profile picture of the author Go4DBest
      Originally Posted by SteveSRS View Post

      I checked and indeed you cgimaster is right its not Ajax, it looks like it and it could be

      Anyway just stick with jQuery as that has 'ajax' build in.. (I always feel a bit dirty using 'ajax' like that as a term as its nothing more then a hyped term for something that has been in existence for ages)
      I am with you with what you have written here, Steve.
      Signature
      We setup and design wordpress sites using the Divi theme for roughly 200 USD. Let's talk.
      {{ DiscussionBoard.errors[7347232].message }}
  • Profile picture of the author FirstSocialApps
    Yea you can look in the web console and see there is no additional requests when the buttons are pressed. $.POST() or $.AJAX (JQ .post is just a short hand for .ajax) would have worked well for this, but thats not how there doing it.

    One way to do it would be to have each step in a hidden div, and then when the button is clicked use .html() to copy the content from the correct hidden div to the view content.
    {{ DiscussionBoard.errors[7347826].message }}

Trending Topics