GithubHelp home page GithubHelp logo

Comments (2)

alsong avatar alsong commented on June 12, 2024

I looked at the problem why we cannot upload a new avatar and i realised that after pressing the select button.
the avatar div has to fadeout and the review has to fadeIn which is not happening

form.on('submit', (function(e){ e.preventDefault(); $.ajax({ url: '../ajaxify/ajax_requests/change_avatar.php', contentType: false, processData: false, dataType: "json", method: "POST", data: new FormData(this), success: function(data){ var img_name = data.name; pro_avatars.fadeOut('fast'); $('.overlay').show(); blur.addBlur(); $('.pro_crop_img > img').attr('src', '../temp/resized/Resized_'+img_name);

from instagram-clone.

MikeTheDead avatar MikeTheDead commented on June 12, 2024

Have you figured out how to log back in after signing up and logging out? I can successfully do everything but log back in (And I have tried multiple browsers and devices). I got it to where it'll popup on the screen saying Hello (Name)!! but it doesn't redirect me.

from instagram-clone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.