questions/web-development/java-script/page/6
Hello @kartik, Try this: function delete_cookie( name, path, domain ...READ MORE
Hello @kartik, Use this: var rates = document.getElementById('rates').value; The rates ...READ MORE
Hello @kartik, Try to overwrite the save() method ...READ MORE
Hello @kartik, By adding a callback argument, you ...READ MORE
Hello @ Arpit In JavaScript, everything is 'truthy' or ...READ MORE
Hello @kartik, Use: window.location.href As noted in the comments, ...READ MORE
Hello @Kartik, Simply use classList.contains(): if (document.body.classList.contains('thatClass')) { ...READ MORE
Hello @kartik, If you don't feel like iterating, ...READ MORE
Hello @kartik, My guess is that you're serving ...READ MORE
Hello @kartik, Using javascript: var initTopPosition= $('#myElementToStick').offset().top; ...READ MORE
Hello @Alisha, Try to work using the model ...READ MORE
Hello @kartik, To collect all item of an array ...READ MORE
Hello @kartik, Node.js is a platform built on ...READ MORE
Hello @kartik, Put anything into an array using ...READ MORE
Hello @kartik, To copy HTML , you can ...READ MORE
Hello @kartik, Use AJAX to update the view: $(document).ready(function() { ...READ MORE
Hello @kartik, As an alternative to regular expressions ...READ MORE
Hello @kartik, You can use the qualities of ...READ MORE
Hello @kartik, Use this: var docLoaded = setInterval(function () ...READ MORE
Hello @ Okugbe , You need few lines of code, ...READ MORE
Hello @kartik, Try this: var obj = {}; return Object.keys(obj).length; Hope ...READ MORE
Hello @kartik, Use native JSON.stringify method. Works with nested objects ...READ MORE
Hii, You can solved this issue by: Adding a ...READ MORE
Hello @kartik, To resolve this error you can ...READ MORE
Hello @kartik, An error code 400 response is ...READ MORE
Hii, In order to handle a timeout: var xmlHttp ...READ MORE
Hello @kartik, Follow this steps: Create an iFrame, put a ...READ MORE
Hello @kartik, JS has two registered MIME types: The ...READ MORE
Hello @kartik, Your data is already an object. ...READ MORE
Hello @kartik, Replace the ssl gem source with ...READ MORE
Hello @klartik, Jusr use the global flag, g: foo.replace(/<br>/g,"\n") Hope it ...READ MORE
Hello @kartik, Access-Control-Allow-Headers does not allow * as accepted value. Instead of ...READ MORE
Hello @kartik, Try using this: rename_column :table, :old_column, :new_column You'll ...READ MORE
Hii, If you already have nodejs installed (check ...READ MORE
Hello @kartik, You don't need jQuery for that ...READ MORE
You should use npm-run-all (or concurrently, parallelshell), because it has more ...READ MORE
Hello @kartik, It is always best practice to ...READ MORE
Hello @kartik, To validate email use the below ...READ MORE
Hii @kartik, You have to add as="fetch" for JSON files. ...READ MORE
Hello kartik, You must specify what environment (--env) ...READ MORE
Hello @kartik, Use this: remove_column :table_name, :column_name For instance: remove_column :users, ...READ MORE
Hello @kartik, If you are using ModelForm, apart from ...READ MORE
Hello @kartik, Simply use one of the following ...READ MORE
Hello @kartik, The delete operator is used to remove properties ...READ MORE
Hello @kartik, You can solve this error by ...READ MORE
Hello @kartik, It is possible to dynamically generate ...READ MORE
Hii @kartik, Basically what you done is right, ...READ MORE
Hii @kartik, You are loading the model using ...READ MORE
Hello @kartik, You can do: <div class="basic"> {% include "main/includes/subtemplate.html" ...READ MORE
Hello @kartik, Use this: +new Date I also like this, ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.