Convertir string a integer en jQuery Para convertir, se usa la función parseInt() de JavaScript que toma una cadena de texto y devuelve un entero. var sValor = '234'; var iNumero = parseInt(sValor); Quedaría la variable iNumero=234 Ojo: Si la cadena contiene espacios,...
Crea tu propia función jQuery Con jQuery.fn podras declarar funciones que se pueden usar al igual que las funciones de jQuery normales, en los elementos DOM!. jQuery.fn.extend({ ITValidaParte1: function () { var valor = $(this).val(); var ret = true;...
Mover archivos La función que he creado para realizar la copia de un archivo a otra carpeta dentro del sitio es así: function Move_File(archivoOrigen, archivoDestino) Dim PathOrigen, PathDestino, fs, extension 'Obtener el path en donde se encuentan los archivos...
Calcular diferencia de fechas Para comparar dos fechas y obtener la cantidad de dias, horas, minutos y segundos que han pasado se puede utilizar la función DateDiff que retorna el número de intervalos de tiempo entre dos fechas. Ejemplo de una función: Function...
Ascendente: <% MyArray=Array(25,14,20,45,25,4,1,31,22,7) max=ubound(MyArray) For i=0 to max For j=i 1 to max if MyArray(i) & MyArray(j) then TemporalVariable=MyArray(i) MyArray(i)=MyArray(j) MyArray(j)=TemporalVariable end if next next Response.write...
Este sitio web utiliza cookies para mejorar su experiencia. Asumiremos que está de acuerdo con esto, pero puede optar por no participar si lo desea. Configuración de CookieACEPTO
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.