|
201 | 201 | "}" |
202 | 202 | ], |
203 | 203 | "tags": ["javascript", "utility", "url", "parameters"], |
204 | | - "author": "Chirantan Patra" |
| 204 | + "author": "cpatra11" |
205 | 205 | }, |
206 | 206 | { |
207 | 207 | "title": "Get Multiple URL Query Parameters", |
|
221 | 221 | "}" |
222 | 222 | ], |
223 | 223 | "tags": ["javascript", "url", "queryparams", "utility", "multiple"], |
224 | | - "author": "Chirantan Patra" |
| 224 | + "author": "cpatra11" |
225 | 225 | }, |
226 | 226 | { |
227 | 227 | "title": "Build a Query String from an Object", |
|
235 | 235 | "}" |
236 | 236 | ], |
237 | 237 | "tags": ["javascript", "url", "querystring", "utility"], |
238 | | - "author": "Chirantan Patra" |
| 238 | + "author": "cpatra11" |
239 | 239 | }, |
240 | 240 | { |
241 | 241 | "title": "Device Type Detection", |
|
287 | 287 | "desktop", |
288 | 288 | "utility" |
289 | 289 | ], |
290 | | - "author": "Chirantan Patra" |
| 290 | + "author": "cpatra11" |
291 | 291 | }, |
292 | 292 | { |
293 | 293 | "title": "Deep Clone an Object", |
|
310 | 310 | "}" |
311 | 311 | ], |
312 | 312 | "tags": ["javascript", "object", "clone", "utility"], |
313 | | - "author": "Chirantan Patra" |
| 313 | + "author": "cpatra11" |
314 | 314 | }, |
315 | 315 | { |
316 | 316 | "title": "Get Base URL", |
|
322 | 322 | "}" |
323 | 323 | ], |
324 | 324 | "tags": ["javascript", "url", "baseurl", "utility"], |
325 | | - "author": "Chirantan Patra" |
| 325 | + "author": "cpatra11" |
326 | 326 | }, |
327 | 327 | { |
328 | 328 | "title": "Email Validation with Disposable Domain Check", |
|
388 | 388 | "}" |
389 | 389 | ], |
390 | 390 | "tags": ["javascript", "email", "validation", "disposable", "utility"], |
391 | | - "author": "Chirantan Patra" |
| 391 | + "author": "cpatra11" |
392 | 392 | } |
393 | 393 | ] |
394 | 394 | }, |
|
434 | 434 | "}" |
435 | 435 | ], |
436 | 436 | "tags": ["javascript", "dom", "class", "utility"], |
437 | | - "author": "Chirantan Patra" |
| 437 | + "author": "cpatra11" |
438 | 438 | }, |
439 | 439 | { |
440 | 440 | "title": "Remove Class from an Element", |
|
445 | 445 | "}" |
446 | 446 | ], |
447 | 447 | "tags": ["javascript", "dom", "class", "utility"], |
448 | | - "author": "Chirantan Patra" |
| 448 | + "author": "cpatra11" |
449 | 449 | }, |
450 | 450 | { |
451 | 451 | "title": "Set Text Content of an Element", |
|
456 | 456 | "}" |
457 | 457 | ], |
458 | 458 | "tags": ["javascript", "dom", "text", "utility"], |
459 | | - "author": "Chirantan Patra" |
| 459 | + "author": "cpatra11" |
460 | 460 | }, |
461 | 461 | { |
462 | 462 | "title": "Show Loading Spinner", |
|
473 | 473 | "}" |
474 | 474 | ], |
475 | 475 | "tags": ["javascript", "loading", "spinner", "utility"], |
476 | | - "author": "Chirantan Patra" |
| 476 | + "author": "cpatra11" |
477 | 477 | }, |
478 | 478 | { |
479 | 479 | "title": "Show/Hide Loading Spinner(with CSS)", |
|
543 | 543 | "document.head.appendChild(style);" |
544 | 544 | ], |
545 | 545 | "tags": ["javascript", "spinner", "loading", "UI", "utility"], |
546 | | - "author": "Chirantan Patra" |
| 546 | + "author": "cpatra11" |
547 | 547 | } |
548 | 548 | ] |
549 | 549 | }, |
|
0 commit comments