jQuery DatePicker with today as maxDate

when we want to set today’s date as a maxdate for jQuery datepicker in order to prevent users from picking date greater than today’s date If you’re using bootstrap 3 date time picker, try this: For those who dont want to use datepicker method

How to solve border issues showing only in Mozilla(Firefox)

To solve the border issues in the firefox , we need to use border and overflow , we need to use overflow hidden and need to give border radius so that the extra lines which we used clip path and removed will disappear in Firefox also .facets-items-collection-view-row {        overflow: hidden;     … Continue reading How to solve border issues showing only in Mozilla(Firefox)

How to slove this error ” Node/Express: EADDRINUSE , address alredy in use -kill server” In Github

I receive this error when running my application again after it previously crashed or errors. Since I am not opening a new instance of terminal I close out the process with ctr + z First, you would want to know which process is using port 3000 this will list all PID listening on this port, once you have the PID you… Continue reading How to slove this error ” Node/Express: EADDRINUSE , address alredy in use -kill server” In Github

How to design “best seller” badge for items

1.first create the item 2.Than add item to the field set 3. than go to specified item and add display name there 4. create the extension and add the below code 5.In the tpl file where badge is displaying add this <<span>>{{badge}}</span> _.extend(CartLinesView.prototype, { getContext: _.wrap(CartLinesView.prototype.getContext, function(fn) { try{                console.log(‘this’, this) var original = fn.apply(this,_.toArray(arguments).slice(1)); var… Continue reading How to design “best seller” badge for items