jquery tag

340 questions


2 answers
72 views
0
I want to read the external HTML file in jQuery.ajax() to retrieve the elements.

I'd like to retrieve elements by loading an external HTML file in jQuery.ajax().Even if you specify an id name or a class name in the find, filter function, it cannot be retrieved.What should I do?By ...

1 years ago

1 answers
53 views
0
I want to attach the asp.NET MVC localization multilingual switch button

Environment ASP.NETMVC C#HTML CSS jquery 3.3.1 postgres4 https://qiita.com/yuu-eguci/items/40f171dff0f8c2cb4748Based on the above article, I tried to install the multilingual switch button.The ajax in...


3 answers
37 views
0
How to add classes in jQuery to elements added in JavaScript

What should I do if I click on the added element after adding the element in JavaScript and jQuery gives me a class?I'm having a hard time because the following code doesn't work.HTML<h1>Test<...

1 years ago

1 answers
36 views
0
How to use the bxslider

I'm using the plug-in of the bxslider, but I'd like to know how to use it because there seems to be some parts of the tutorial that don't show how to use it.http://bxslider.comIn the sample at the top...

1 years ago

1 answers
114 views
0
Load table contents from above with jquery (multiple lines)

Read the table on the modal in jquery and I would like to have some columns read in template on html. For now, I thought I could load it with each.Only the last line of the table was loaded.   This is...


2 answers
90 views
0
Obtain HTML from other sites via ajax

I want to use ajax to get Html from other sites, but an error occurs in the cross domain.I thought I could get it with jsonp, so I tried using the code below.$.ajax({ url: 'https://hoge.jp', dataType:...

1 years ago

1 answers
68 views
0
I want to use jQuery installed in npm on webpack.

I would like to create a webpack4+jQuery+ass environment.The settings using jQuery do not work, and the following error occurs:ERROR in../js/index.jsModule not found: Error: Can't resolve 'jquery' in ...

1 years ago

1 answers
36 views
0
Expected value not set when sync event fires in Backbone.Model

In the combination of Backbone.js and Backbone.Marionette, the following code is written: varModel=Backbone.Model.extend({ url: 'Any URL', dataFetch:function(){ This.fetch() .fail(alert('error!!)'))...


1 answers
35 views
0
I want to send data like Google Analytics

What should I do when I send data from a site like Google Analytics?When I tried to do it with jQuery get or post, I thought there might be a cross-origin problem, but Analytics is also sending data u...

1 years ago

1 answers
104 views
0
I want Twitter Bootstrap to align the height of the columns side by side in a "responsive" manner.

For common samples such as the following, I think that each column is written in the same height as attached image 1.<div class=row> <div class=col-md-12>Header</div></div><...

« - 16 - »

© 2024 OneMinuteCode. All rights reserved.