1.Abudhabi 2,Ajman 3.Dubai 4.Fujaira 5.Sharjah 6.Ras Al Kahimah 7.Umm Al Qaiwan
Author: smarttips
Get URL parameters using javascript or jquery
Example URL https://smarttips.in?newsletter=1 <script> var queryString = (function(url) { if (url == “”) return {}; var smart = {}; for (var i = 0; i < url.length; ++i) { var pS=url[i].split(‘=’, 2); if (pS.length == 1) smart[pS[0]] = “”; else smart[pS[0]] = decodeURIComponent(pS[1].replace(/+/g, “””)); } return pS; })(window.location.search.substr(1).split(‘&’)); $(document).ready(function(){ if(queryString[“newsletter”]==1) { alert(‘Got it!!!’) } }); </script>
Restrict ckeditor to basic toolbar
We can use javascript or jquery to apply ckeditor configuration HTML <textarea id=”textarea” cols=”15″ name=”txtdesc” rows=”5″></textarea> Javascript Must be included ckeditor.js Take the instance of ckeditor and replace with new configuration <script type=”text/javascript”> var editor = CKEDITOR.instances[‘txtdesc‘]; if (editor) { editor.destroy(true); } var editorContent =CKEDITOR.replace(‘txtdesc‘, { toolbar: [ { name: ‘document’, items: [ ‘Source’, ‘-‘,…
Google’s New Small Dog Robot very funny!!!!
Google Introduced Small Dog Robot
Do you want to see the inside of airforce one-american president’s flight
Air force one is the american president’s flight and it has all advanced features and technology.Some of the inside pics shows how luxurious this one.Now its Obama’s flight.