questions/web-development/page/56
Hello @kartik, Use split and map function: var str = "123, 124, 234,252"; var ...READ MORE
Hello @kartik, You would use indexOf like this: if(window.location.href.indexOf("franky") != -1){....} Also ...READ MORE
Hii @kartik, Hashing A Password Using Bcrypt in Laravel: $password ...READ MORE
Hello @kartik, Make the call on an input ...READ MORE
Hello @kartik, Use an equals (=) sign in ...READ MORE
Hello @viven , This should be a simple fix ...READ MORE
Hello @kartik, You can use Object.keys() and map() to do this var obj ...READ MORE
Hello kartik, You can use the following command ...READ MORE
Hello @kartik, Try this: var MongoClient = require('mongodb').MongoClient var url ...READ MORE
Hello @kartik, Use this command: php artisan migrate --path=/database/migrations/my_migration.php And ...READ MORE
Hello @kartik, You could download a free GeoIP ...READ MORE
Hello @kartik< For the record, to force angular ...READ MORE
Hello @kartik, If you really wanted to, you ...READ MORE
Hello @kartik, Setting the id attribute when appending ...READ MORE
Hey @kartik, This Error happens in almost all ...READ MORE
Hello @kartik, Use modern Javascript, with remove! const parent = ...READ MORE
Hello @kartik, You could have your Web Api ...READ MORE
Hello @kartik, Try this: {% if var == constant('Namespace\\Entity::TYPE_PERSON') ...READ MORE
Hello @kartik, Use: Artisan::call('db:migrate', ['' => 'mymigration', '--table' => ...READ MORE
Hello @kartik, Code buffered by = is escaped ...READ MORE
Hello @kartik, This is not a catchable fatal ...READ MORE
Hello @kartik, to create a writeable stream is ...READ MORE
Hello @kartik, This problem can generally occur when ...READ MORE
Hello @kartik, Use: var host = window.location.hostname; or possibly var host ...READ MORE
Hello @kartik, throw an Error wrapping the value, which results in ...READ MORE
Hello @kartik, I got it use the gulp --tasks in ...READ MORE
Hello @kartik, First, you have to create relation ...READ MORE
Hello @kartik, Add an environment variable called NODE_PATH and set ...READ MORE
Hello @kartik, You need to do something like ...READ MORE
Hello @kartik, either (plain js) this.checked = false; or (jQuery) $(this).prop('checked', ...READ MORE
Hello @kartik, Try this: alert(ary[0]) Hope it helps!! Thank you ...READ MORE
Hello @kartik, After installing nvm using brew, create ~/.nvm directory: $ ...READ MORE
Hello @kartik, You can't run PHP in .html ...READ MORE
instead of: return traitcalc($v); use this: ...READ MORE
Hello @kartik, Use hash = JSON.parse string Rails should automagically ...READ MORE
Hello @kartik, AJAX calls only send Cookies if ...READ MORE
Hello @kartik, JSON.stringify's third parameter defines white-space insertion ...READ MORE
Hello @kartik, It's just a check as of NPM ...READ MORE
Hello @kartik, Use PHP's date() function. Example: echo date('m/d/Y', 1299446702); Hope it helps!! Thank ...READ MORE
Hello @kartik, Here's a full example of what ...READ MORE
Hello @kartik, Using array_search() and unset, try the following: if (($key = ...READ MORE
Hello @kartik, Just create a file with Tabs ...READ MORE
Hello @kartik, For 'long-lived connection' , you can ...READ MORE
Hello @kartik, Try this: function validate() { var ...READ MORE
Hello @kartik, Using password_hash is the recommended way to store ...READ MORE
Hello @kartik, HTML <div id="mydiv" data-myval="10"></div> JS var a = $('#mydiv').data('myval'); ...READ MORE
Hello @kartik, I think you should use this ...READ MORE
Hello @kartik, You can add /*jshint expr: true*/ to the ...READ MORE
Hello @kartik, Open command prompt in the root ...READ MORE
Hello @kartik, Use Carbon::parse('2020-09-25 14:26');, it will return a Carbon object. Hope it ...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.