Skip to content

Tag: jquery

Javascript or Jquery validation on textChanged

I need to do the validation for the P.O box on text changed event. If the user types P.O Box in the address text box and also request for expedite shipping by checking a chec box then I need to show the warning message to the user saying that expedite shipping cannot be done to the P.O box address. For

Highcharts X axis date bold

I am trying to make the date bold and red color in my highcharts x axis where time is also present in 12 hour format. I have done the following code but it is making all of the elements in x axis as bold as my time is in 12 hour format. How do I achieve this ? Answer Try

How to get the changed select button among many select buttons?

I have many filter button like below, how can I get the select value without using its id? Normally, I will use this code to find the changed select button: But the problem is when there are many filter buttons, I have to write many functions like above and just only change the id. How can I just use somethin…

Set cookie everytime user deletes it

I want to create a cookie everytime a user deletes it, using Javascript. For example, I have many cookies, even some cookies which set a ban time to the user who abuses the website. Basically I want to set a cookie which will be set whenever all of the cookies are deleted. Btw, I do not want to create the

Class two time repeating in Jquery

Here is slideshow of three images, which is have fadeIn and fadeOut effect on every image, but when i add one new css animation effect fadeInLeft to middle image then it repeats two time, why ? But if i remove fadeInLeft class to middle image then all three image comes one by one correctly, i need to add fade…