Questions tagged as 'front-end'

2
answers

Center Horizontally

I can not centralize my div in the middle of the page! I tried to use what they posted in this post , in this other post , in CSS Tricks and in a bunch of other sites on google and I can not centralize the div horizontally. CSS: ht...
asked by 15.04.2015 / 19:24
2
answers

Length of jQuery does not update with append, how to solve?

I'm working on a script that causes me to load more records from the database when the user reaches the end of page scrolling. PHP / SQL is right, the problem is that jQuery does not correctly report the number of occurrences of class...
asked by 23.11.2017 / 11:49
1
answer

Force update of JavaScript file version

I'm developing an application in Angular2 and I'm facing a problem that is updating the JS files. When I update the version sometimes the browser does not load the new file, it uses the old one. I know if I put the version of the file at the...
asked by 15.04.2016 / 14:41
2
answers

URL with string parameters with angular.js

I would like to know the best way to treat url with string parameters in angular.js. When accessed: www.app.net/nomeDaPessoa/ServicoDaPessoa It would respond to a given route that is receiving nomeDaPessoa and ServicoDaPessoa...
asked by 25.02.2015 / 13:31
1
answer

Divide CSS styling [duplicate]

I'd like to know how you can customize the div to make it "cross", as in the image below, where the top-left and bottom-left of the orange div are half cut.     
asked by 10.07.2016 / 16:08
1
answer

Mouseover effect td with jquery or css

How can I make when I hover over my td , display the edit icon in it? Note: My code does not work: jQuery Event: $(".editableSpan").mouseover(function(){ $("#tdEditable").append("<span id='widthSource'></span><sp...
asked by 08.10.2015 / 21:48
1
answer

What is the best way to do @Media for responsiveness

I was reading / researching how to apply responsiveness to websites for any type of platform and found this post right here on Stack @ Media This has left me some doubts: Is the content of the link still valid? Do I really have to cr...
asked by 06.06.2018 / 14:26
1
answer

Method ignoring the callback function in a jQuery plugin

I'm developing a plugin in jQuery and the problem or difficulty is: I created the methods init , show and hide ; (function( $ ) $.fn.tooltip = function(method, onClick, onBefore, onAfter) { var default...
asked by 20.10.2015 / 19:28
1
answer

Gallery with category filter

I need to implement the following: category buttons + category gallery I have several categories on my site and a gallery of images for each. On the front, I'll create buttons with the categories and just below a slider . I need to click...
asked by 01.09.2017 / 22:30
1
answer

How indexing works with search engines using Angular JS

How do search engines index the displayed content with angular? I researched and verified that Google apparently reads Javascript according to this matter . But is this really true? I was browsing and look what I found on the officia...
asked by 13.07.2016 / 18:11