Questions tagged as 'href'

1
answer

Get full URL of the href

I have the following code that when pressing a <a href I get the url of this one: <a href="http://localhost/uno/dos.zip">DESCARGAR</a> and jQuery $('a').click(function(event) { var url = $('a').attr('href'); aler...
asked by 21.11.2017 / 22:30
1
answer

whats app web custom field for the phone

I want to add in PHP the href of the whats app link and the phone number to complete it with a custom field. I call it $ tel. I can not get it, I get the following error, can you help me? Is it okay? <?php $tel = get_field('telefono'); var_...
asked by 06.09.2018 / 04:09
1
answer

Redirect with href and move to html section

Hi, I would like to know if it is possible to redirect to an aspx and move to a section  of this same but at the same time by means of href="# ..." currently I have two pages .aspx with a menu, but when I go to the second and want to return, thi...
asked by 16.04.2018 / 06:32
0
answers

Problem with href="#" [closed]

It has already happened to me several times that when using a href="#" (other href redirects work perfectly for me). Right now I have copied and modified an internet code. I have simplified it to the maximum and it does not work for me....
asked by 21.11.2018 / 18:26
2
answers

when linking the HTML sheet to CSS the changes applied to CSS are not seen when I update the index.html in google / firefox

Good for more than I change the address: when making changes to the CSS example these changes when opening the page in google the changes or the colors remain the same in summary I can not make changes in the css these do not apply or may...
asked by 16.09.2018 / 22:53
1
answer

Problem to route in cakephp

I have a small problem, they are really two but I think I can not ask two questions on this page. Bno I'm creating a new button, on a page, I literally copy it from another and do not get the changes here I show you the codes: Button codes...
asked by 20.04.2018 / 16:51
0
answers

Phone call with html5 on android

I have an application in asp.net and I want to make a phone call with <a>llamar</a> but when I add the extension and the options for each type of call the android team removes the quotes and everything that follows late...
asked by 04.09.2017 / 16:42
2
answers

to href URL refresh or stop loop

I'm using href for a horizontal nav menu, the problem is that every time you click on a category, you get over infinitely. I'm trying to get that every time you click on the Games or Sports menu, the URL of the page will refresh and there wil...
asked by 02.08.2018 / 17:02
1
answer

Generate a class btn link from an input

I am trying to generate a link (preferably a button) that is generated dynamically with the content of an input, I think I have gone far by modifying jquery codes. The link I want is a url like this: "index.php? order_of_purchase=" to which a...
asked by 20.10.2017 / 20:11
1
answer

Which of these two forms is the best way to access the .css and .js files?

Currently I have an application where I access different .js and .css files and I do it in the following way: <link href='vista/assets/style/index.css' rel='stylesheet' type='text/css'> That form is the most standard I know and what i...
asked by 22.07.2017 / 21:41