Мне дали задание для получения контрактной работы 35 в час, но я сказал что это мало, за решения и я хочу 50. Вопрос это много или нет. Принцип задание, работа с JSON объектом, но весь косяк заключается в том что браузер блокирует его с ошибкой типа “Uncaught SyntaxError: Unexpected token” или при другом подходе “ No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. ” и jQuery не работает, соответственно нужно попробывать первоисточник JavaScript. Для меня вообще бы проще было бы использовать PHP c jQuery, но они хотят что бы только Ajax. После этого расстасовку на веб страницу, ну и всякие само собой респосив дизай, попАп окна при нажатие и т.д. Может я утрирую и не такое это сложное задание.
Задание:
/*================================*/
ASSESSMENT INSTRUCTIONS
/*================================*/
1. Author all HTML5 and CSS to replicate the layout as prescribed in provided wireframe example (wireframe_example.jpg).
2. Consume the following service and populate the page with the products and pricing returned.
http://m.lowes.com/IntegrationServices/ ... ts=5003703" onclick="window.open(this.href);return false;
3. Consume the response on front end.
4. User Experience: Page should be responsive with at least one mobile and/or tablet experience.
5. User Interactions:
a. When a user's mouse hovers over one of the products, the information for that product will appear in the larger "hero" area (to include switching the image asset from the smaller thumbnail to the medium image asset).
b. When a user clicks the "Add to Cart" element in the larger "hero" area, a JavaScript alert message will display the price of the item. The price displayed should be determined by the product shown in the masthead.
/*================================*/
IMPORTANT NOTE
/*================================*/
1. Please change the file extension of your external JavaScript file(s) to .txt before resubmitting to prevent Lowe's email system from removing them.