DevArticles.In
  • Home
  • Hindi to Unicode
  • PHP Debug
  • CakePHP Captcha
  • How-To
  • About
  • Contact

Tag: element

Searching array elements with regex in Mongodb collection

July 24, 2020 Arvind KumarMongodbLeave a Comment on Searching array elements with regex in Mongodb collection

Mongodb works Javascript way. Every mongodb collection is a JSON object containing all kinds of Javascript objects such as boolean, arrays, objects and strings. In this example I am saving two different fields to my categories collection. searchableName – for…

Read More→

How to know whether an element existed with jQuery

April 2, 2013September 19, 2014 Arvind KumarjQueryLeave a Comment on How to know whether an element existed with jQuery

For the reference. In general javascript we can check for the existence of an element using the method below: if(document.getElementById(‘element_id’)) { //element exists } else { //element does not exist } Arvind KumarHello Friends, I’m Arvind Kumar, founder of Inimist…

Read More→

Recent Posts

  • A minimal way of implementing select options field in React Final Form (with example)
  • Sending Laravel Notifications Email to Single Email Address
  • Database rollback transactions in Laravel
  • Automatic Deployment of your Git Push to Remote Server
  • CSV Content Validation with FormRequest Rules in Laravel

About Arvind

Arvind Thakur is a Freelance Web Developer and Internet Blogger. Before starting as a freelancer in March 2009 he worked in three software companies. Recently he has managed to build up a small web development team by the name of Inimist Technologies in Chandigarh, India. >> know more
Copyright © All rights reserved.
Blog Kit by WP Charms